Color Hex Logo

#08aecd Color Hex

#08AECD
(8,174,205)
0 Favorites   0 Comments

Color spaces of #08aecd

RGB 8174205
HSL0.530.920.42
HSV189°96°80°
CMYK 0.960.150.00   0.20
XYZ26.255634.731563.0776
Yxy34.73150.21160.2799
Hunter Lab58.9334-23.6095-22.2058
CIE-Lab65.5391-25.8265-26.1407

#08aecd color RGB value is (8,174,205).

#08aecd hex color red value is 8, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #08aecd hue: 0.53 , saturation: 0.92 and the lightness value of 08aecd is 0.42.

The process color (four color CMYK) of #08aecd color hex is 0.96, 0.15, 0.00, 0.20. Web safe color of #08aecd is #0099cc. Color #08aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101110 11001101
Octal 10 256 315
Decimal 8 174 205
Hex 8 AE CD

RGB Percentages of Color #08aecd

%2.07
%44.96
%52.97

CMYK Percentages of Color #08aecd

%96
%15
%0
%20

Triadic Colors of #08aecd

#08aecd #cd08ae #aecd08

Analogous Colors of #08aecd

#08aecd #084ccd #08cd8a

Monochromatic Colors of #08aecd

#08aecd

Complementary Color

#08aecd #cd2708

#08aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08aecd Color CSS Codes

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

#08aecd Text Font Color

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

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


#08aecd Background Color

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

This div background color is #08aecd


#08aecd Border Color

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

This div border color is #08aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08aecd


Comments

No comments written yet.

Please login to write comment.