color codes Logo

#09cefe color codes

#09CEFE
(9,206,254)
0 Favorites   0 Comments

Color spaces of #09cefe

RGB 9206254
HSL0.530.990.52
HSV192°96°100°
CMYK 0.960.190.00   0.00
XYZ40.073451.3564101.5666
Yxy51.35640.20760.2661
Hunter Lab71.6634-25.5956-33.8658
CIE-Lab76.8944-25.4834-35.2533

#09cefe color RGB value is (9,206,254).

#09cefe hex color red value is 9, green value is 206 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #09cefe hue: 0.53 , saturation: 0.99 and the lightness value of 09cefe is 0.52.

The process color (four color CMYK) of #09cefe color code is 0.96, 0.19, 0.00, 0.00. Web safe color of #09cefe is #00ccff. Color #09cefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11001110 11111110
Octal 11 316 376
Decimal 9 206 254
Hex 9 CE FE

RGB Percentages of Color #09cefe

%1.92
%43.92
%54.16

CMYK Percentages of Color #09cefe

%96
%19
%0
%0

Triadic Colors of #09cefe

#09cefe #fe09ce #cefe09

Analogous Colors of #09cefe

#09cefe #0954fe #09feb4

Monochromatic Colors of #09cefe

#09cefe

Complementary Color

#09cefe #fe3909

#09cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#09cefe Color CSS Codes

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

#09cefe Text Font Color

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

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


#09cefe Background Color

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

This div background color is #09cefe


#09cefe Border Color

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

This div border color is #09cefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09cefe

Related Colors


Comments

No comments written yet.

Please login to write comment.