Color Hex Logo

#08ddee Color Hex

#08DDEE
(8,221,238)
0 Favorites   0 Comments

Color spaces of #08ddee

RGB 8221238
HSL0.510.930.48
HSV184°97°93°
CMYK 0.970.070.00   0.07
XYZ41.389257.937689.8906
Yxy57.93760.21870.3062
Hunter Lab76.1168-36.1433-16.7372
CIE-Lab80.7041-37.8451-20.8898

#08ddee color RGB value is (8,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011101 11101110
Octal 10 335 356
Decimal 8 221 238
Hex 8 DD EE

RGB Percentages of Color #08ddee

%1.71
%47.32
%50.96

CMYK Percentages of Color #08ddee

%97
%7
%0
%7

Triadic Colors of #08ddee

#08ddee #ee08dd #ddee08

Analogous Colors of #08ddee

#08ddee #086aee #08ee8c

Monochromatic Colors of #08ddee

#08ddee

Complementary Color

#08ddee #ee1908

#08ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ddee Color CSS Codes

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

#08ddee Text Font Color

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

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


#08ddee Background Color

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

This div background color is #08ddee


#08ddee Border Color

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

This div border color is #08ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ddee


Comments

No comments written yet.

Please login to write comment.