Color Hex Logo

#08febd Color Hex

#08FEBD
(8,254,189)
0 Favorites   0 Comments

Color spaces of #08febd

RGB 8254189
HSL0.460.990.51
HSV164°97°100°
CMYK 0.970.000.26   0.00
XYZ44.727374.609460.1878
Yxy74.60940.24910.4156
Hunter Lab86.3767-58.729019.1501
CIE-Lab89.2097-64.581117.2567

#08febd color RGB value is (8,254,189).

#08febd hex color red value is 8, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #08febd hue: 0.46 , saturation: 0.99 and the lightness value of 08febd is 0.51.

The process color (four color CMYK) of #08febd color hex is 0.97, 0.00, 0.26, 0.00. Web safe color of #08febd is #00ffcc. Color #08febd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11111110 10111101
Octal 10 376 275
Decimal 8 254 189
Hex 8 FE BD

RGB Percentages of Color #08febd

%1.77
%56.32
%41.91

CMYK Percentages of Color #08febd

%97
%0
%26
%0

Triadic Colors of #08febd

#08febd #bd08fe #febd08

Analogous Colors of #08febd

#08febd #08c4fe #08fe42

Monochromatic Colors of #08febd

#08febd

Complementary Color

#08febd #fe0849

#08febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08febd Color CSS Codes

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

#08febd Text Font Color

<p style="color:#08febd">Text here</p>

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


#08febd Background Color

<div style="background-color:#08febd">
Div content here</div>

This div background color is #08febd


#08febd Border Color

<div style="border:3px solid #08febd">
Div here</div>

This div border color is #08febd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,254,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08febd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08febd;
  -webkit-box-shadow: 1px 1px 3px 2px #08febd;
  box-shadow:         1px 1px 3px 2px #08febd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,254,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 #08febd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08febd


Comments

No comments written yet.

Please login to write comment.