color codes Logo

#1c9dfa color codes

#1C9DFA
(28,157,250)
0 Favorites   0 Comments

Color spaces of #1c9dfa

RGB 28157250
HSL0.570.960.55
HSV205°89°98°
CMYK 0.890.370.00   0.02
XYZ29.791231.262994.9067
Yxy31.26290.19100.2005
Hunter Lab55.9132-2.7414-61.4991
CIE-Lab62.72890.2919-55.3083

#1c9dfa color RGB value is (28,157,250).

#1c9dfa hex color red value is 28, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1c9dfa hue: 0.57 , saturation: 0.96 and the lightness value of 1c9dfa is 0.55.

The process color (four color CMYK) of #1c9dfa color code is 0.89, 0.37, 0.00, 0.02. Web safe color of #1c9dfa is #3399ff. Color #1c9dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10011101 11111010
Octal 34 235 372
Decimal 28 157 250
Hex 1C 9D FA

RGB Percentages of Color #1c9dfa

%6.44
%36.09
%57.47

CMYK Percentages of Color #1c9dfa

%89
%37
%0
%2

Triadic Colors of #1c9dfa

#1c9dfa #fa1c9d #9dfa1c

Analogous Colors of #1c9dfa

#1c9dfa #1c2efa #1cfae8

Monochromatic Colors of #1c9dfa

#1c9dfa

Complementary Color

#1c9dfa #fa791c

#1c9dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c9dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c9dfa Color CSS Codes

.mybgcolor {background-color:#1c9dfa; } 
.myforecolor {color:#1c9dfa; }
.mybordercolor {border:3px solid #1c9dfa; }

#1c9dfa Text Font Color

<p style="color:#1c9dfa">Text here</p>

This sample text font color is #1c9dfa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1c9dfa Background Color

<div style="background-color:#1c9dfa">
Div content here</div>

This div background color is #1c9dfa


#1c9dfa Border Color

<div style="border:3px solid #1c9dfa">
Div here</div>

This div border color is #1c9dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,157,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c9dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c9dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #1c9dfa;
  box-shadow:         1px 1px 3px 2px #1c9dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,157,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1c9dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1c9dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #1c9dfa;
  box-shadow:         1px 1px 3px 2px #1c9dfa;">
Div content here</div>

This div box has shadow with color #1c9dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.