Color Hex Logo

#088ecd Color Hex

#088ECD
(8,142,205)
0 Favorites   0 Comments

Color spaces of #088ecd

RGB 8142205
HSL0.550.920.42
HSV199°96°80°
CMYK 0.960.310.00   0.20
XYZ20.792623.805461.2566
Yxy23.80540.19640.2249
Hunter Lab48.7908-9.3146-40.2848
CIE-Lab55.8924-8.6082-41.1528

#088ecd color RGB value is (8,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001110 11001101
Octal 10 216 315
Decimal 8 142 205
Hex 8 8E CD

RGB Percentages of Color #088ecd

%2.25
%40.00
%57.75

CMYK Percentages of Color #088ecd

%96
%31
%0
%20

Triadic Colors of #088ecd

#088ecd #cd088e #8ecd08

Analogous Colors of #088ecd

#088ecd #082ccd #08cdaa

Monochromatic Colors of #088ecd

#088ecd

Complementary Color

#088ecd #cd4708

#088ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#088ecd Color CSS Codes

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

#088ecd Text Font Color

<p style="color:#088ecd">Text here</p>

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


#088ecd Background Color

<div style="background-color:#088ecd">
Div content here</div>

This div background color is #088ecd


#088ecd Border Color

<div style="border:3px solid #088ecd">
Div here</div>

This div border color is #088ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088ecd


Comments

No comments written yet.

Please login to write comment.