Color Hex Logo

#090cdc Color Hex

#090CDC
(9,12,220)
0 Favorites   0 Comments

Color spaces of #090cdc

RGB 912220
HSL0.660.920.45
HSV239°96°86°
CMYK 0.960.950.00   0.14
XYZ13.16245.488368.0758
Yxy5.48830.15180.0633
Hunter Lab23.427159.2918-155.8891
CIE-Lab28.082968.6709-95.0126

#090cdc color RGB value is (9,12,220).

#090cdc hex color red value is 9, green value is 12 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #090cdc hue: 0.66 , saturation: 0.92 and the lightness value of 090cdc is 0.45.

The process color (four color CMYK) of #090cdc color hex is 0.96, 0.95, 0.00, 0.14. Web safe color of #090cdc is #0000cc. Color #090cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001100 11011100
Octal 11 14 334
Decimal 9 12 220
Hex 9 C DC

RGB Percentages of Color #090cdc

%3.73
%4.98
%91.29

CMYK Percentages of Color #090cdc

%96
%95
%0
%14

Triadic Colors of #090cdc

#090cdc #dc090c #0cdc09

Analogous Colors of #090cdc

#090cdc #7009dc #0976dc

Monochromatic Colors of #090cdc

#090cdc

Complementary Color

#090cdc #dcd909

#090cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#090cdc Color CSS Codes

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

#090cdc Text Font Color

<p style="color:#090cdc">Text here</p>

This sample text font color is #090cdc
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.


#090cdc Background Color

<div style="background-color:#090cdc">
Div content here</div>

This div background color is #090cdc


#090cdc Border Color

<div style="border:3px solid #090cdc">
Div here</div>

This div border color is #090cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,12,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #090cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #090cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #090cdc;
  box-shadow:         1px 1px 3px 2px #090cdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,12,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090cdc


Comments

No comments written yet.

Please login to write comment.