Color Hex Logo

#08c0ee Color Hex

#08C0EE
(8,192,238)
0 Favorites   0 Comments

Color spaces of #08c0ee

RGB 8192238
HSL0.530.930.48
HSV192°97°93°
CMYK 0.970.190.00   0.07
XYZ34.382443.923987.5549
Yxy43.92390.20730.2648
Hunter Lab66.2751-23.3787-31.9344
CIE-Lab72.1776-23.8141-33.9513

#08c0ee color RGB value is (8,192,238).

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

The process color (four color CMYK) of #08c0ee color hex is 0.97, 0.19, 0.00, 0.07. Web safe color of #08c0ee is #00ccff. Color #08c0ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11000000 11101110
Octal 10 300 356
Decimal 8 192 238
Hex 8 C0 EE

RGB Percentages of Color #08c0ee

%1.83
%43.84
%54.34

CMYK Percentages of Color #08c0ee

%97
%19
%0
%7

Triadic Colors of #08c0ee

#08c0ee #ee08c0 #c0ee08

Analogous Colors of #08c0ee

#08c0ee #084dee #08eea9

Monochromatic Colors of #08c0ee

#08c0ee

Complementary Color

#08c0ee #ee3608

#08c0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08c0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#08c0ee Color CSS Codes

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

#08c0ee Text Font Color

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

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


#08c0ee Background Color

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

This div background color is #08c0ee


#08c0ee Border Color

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

This div border color is #08c0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08c0ee


Comments

No comments written yet.

Please login to write comment.