color codes Logo

#09cfe5 color codes

#09CFE5
(9,207,229)
0 Favorites   0 Comments

Color spaces of #09cfe5

RGB 9207229
HSL0.520.920.47
HSV186°96°90°
CMYK 0.960.100.00   0.10
XYZ36.568350.340981.9181
Yxy50.34090.21660.2982
Hunter Lab70.9513-32.1659-18.7884
CIE-Lab76.2780-34.0930-22.8016

#09cfe5 color RGB value is (9,207,229).

#09cfe5 hex color red value is 9, green value is 207 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #09cfe5 hue: 0.52 , saturation: 0.92 and the lightness value of 09cfe5 is 0.47.

The process color (four color CMYK) of #09cfe5 color code is 0.96, 0.10, 0.00, 0.10. Web safe color of #09cfe5 is #00cccc. Color #09cfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001111 11100101
Octal 11 317 345
Decimal 9 207 229
Hex 9 CF E5

RGB Percentages of Color #09cfe5

%2.02
%46.52
%51.46

CMYK Percentages of Color #09cfe5

%96
%10
%0
%10

Triadic Colors of #09cfe5

#09cfe5 #e509cf #cfe509

Analogous Colors of #09cfe5

#09cfe5 #0961e5 #09e58d

Monochromatic Colors of #09cfe5

#09cfe5

Complementary Color

#09cfe5 #e51f09

#09cfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cfe5 Color CSS Codes

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

#09cfe5 Text Font Color

<p style="color:#09cfe5">Text here</p>

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


#09cfe5 Background Color

<div style="background-color:#09cfe5">
Div content here</div>

This div background color is #09cfe5


#09cfe5 Border Color

<div style="border:3px solid #09cfe5">
Div here</div>

This div border color is #09cfe5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,207,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09cfe5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09cfe5;
  -webkit-box-shadow: 1px 1px 3px 2px #09cfe5;
  box-shadow:         1px 1px 3px 2px #09cfe5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cfe5


Comments

No comments written yet.

Please login to write comment.