Color Hex Logo

#05cecb Color Hex

#05CECB
(5,206,203)
0 Favorites   0 Comments

Color spaces of #05cecb

RGB 5206203
HSL0.500.950.41
HSV179°98°81°
CMYK 0.980.000.01   0.19
XYZ32.913448.486764.1241
Yxy48.48670.22620.3332
Hunter Lab69.6324-37.4844-5.8572
CIE-Lab75.1309-41.6915-10.5202

#05cecb color RGB value is (5,206,203).

#05cecb hex color red value is 5, green value is 206 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #05cecb hue: 0.50 , saturation: 0.95 and the lightness value of 05cecb is 0.41.

The process color (four color CMYK) of #05cecb color hex is 0.98, 0.00, 0.01, 0.19. Web safe color of #05cecb is #00cccc. Color #05cecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001110 11001011
Octal 5 316 313
Decimal 5 206 203
Hex 5 CE CB

RGB Percentages of Color #05cecb

%1.21
%49.76
%49.03

CMYK Percentages of Color #05cecb

%98
%0
%1
%19

Triadic Colors of #05cecb

#05cecb #cb05ce #cecb05

Analogous Colors of #05cecb

#05cecb #056dce #05ce67

Monochromatic Colors of #05cecb

#05cecb

Complementary Color

#05cecb #ce0508

#05cecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cecb Color CSS Codes

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

#05cecb Text Font Color

<p style="color:#05cecb">Text here</p>

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


#05cecb Background Color

<div style="background-color:#05cecb">
Div content here</div>

This div background color is #05cecb


#05cecb Border Color

<div style="border:3px solid #05cecb">
Div here</div>

This div border color is #05cecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,206,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05cecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05cecb;
  -webkit-box-shadow: 1px 1px 3px 2px #05cecb;
  box-shadow:         1px 1px 3px 2px #05cecb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cecb


Comments

No comments written yet.

Please login to write comment.