Color Hex Logo

#05cebd Color Hex

#05CEBD
(5,206,189)
0 Favorites   0 Comments

Color spaces of #05cebd

RGB 5206189
HSL0.490.950.41
HSV175°98°81°
CMYK 0.980.000.08   0.19
XYZ31.319247.849055.7292
Yxy47.84900.23220.3547
Hunter Lab69.1730-40.23390.6541
CIE-Lab74.7296-45.7248-3.5516

#05cebd color RGB value is (5,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001110 10111101
Octal 5 316 275
Decimal 5 206 189
Hex 5 CE BD

RGB Percentages of Color #05cebd

%1.25
%51.50
%47.25

CMYK Percentages of Color #05cebd

%98
%0
%8
%19

Triadic Colors of #05cebd

#05cebd #bd05ce #cebd05

Analogous Colors of #05cebd

#05cebd #057bce #05ce59

Monochromatic Colors of #05cebd

#05cebd

Complementary Color

#05cebd #ce0516

#05cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cebd Color CSS Codes

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

#05cebd Text Font Color

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

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


#05cebd Background Color

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

This div background color is #05cebd


#05cebd Border Color

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

This div border color is #05cebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cebd


Comments

No comments written yet.

Please login to write comment.