Color Hex Logo

#08edbc Color Hex

#08EDBC
(8,237,188)
0 Favorites   0 Comments

Color spaces of #08edbc

RGB 8237188
HSL0.460.930.48
HSV167°97°93°
CMYK 0.970.000.21   0.07
XYZ39.461464.250857.8988
Yxy64.25080.24420.3976
Hunter Lab80.1566-52.397813.2832
CIE-Lab84.0962-58.444010.5480

#08edbc color RGB value is (8,237,188).

#08edbc hex color red value is 8, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #08edbc hue: 0.46 , saturation: 0.93 and the lightness value of 08edbc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11101101 10111100
Octal 10 355 274
Decimal 8 237 188
Hex 8 ED BC

RGB Percentages of Color #08edbc

%1.85
%54.73
%43.42

CMYK Percentages of Color #08edbc

%97
%0
%21
%7

Triadic Colors of #08edbc

#08edbc #bc08ed #edbc08

Analogous Colors of #08edbc

#08edbc #08aced #08ed4a

Monochromatic Colors of #08edbc

#08edbc

Complementary Color

#08edbc #ed0839

#08edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#08edbc Color CSS Codes

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

#08edbc Text Font Color

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

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


#08edbc Background Color

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

This div background color is #08edbc


#08edbc Border Color

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

This div border color is #08edbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,237,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08edbc


Comments

No comments written yet.

Please login to write comment.