Color Hex Logo

#088cee Color Hex

#088CEE
(8,140,238)
0 Favorites   0 Comments

Color spaces of #088cee

RGB 8140238
HSL0.570.930.48
HSV206°97°93°
CMYK 0.970.410.00   0.07
XYZ24.910824.980884.3978
Yxy24.98080.18550.1860
Hunter Lab49.98081.4993-65.1308
CIE-Lab57.05675.0781-57.7590

#088cee color RGB value is (8,140,238).

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

The process color (four color CMYK) of #088cee color hex is 0.97, 0.41, 0.00, 0.07. Web safe color of #088cee is #0099ff. Color #088cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001100 11101110
Octal 10 214 356
Decimal 8 140 238
Hex 8 8C EE

RGB Percentages of Color #088cee

%2.07
%36.27
%61.66

CMYK Percentages of Color #088cee

%97
%41
%0
%7

Triadic Colors of #088cee

#088cee #ee088c #8cee08

Analogous Colors of #088cee

#088cee #0819ee #08eedd

Monochromatic Colors of #088cee

#088cee

Complementary Color

#088cee #ee6a08

#088cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#088cee Color CSS Codes

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

#088cee Text Font Color

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

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


#088cee Background Color

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

This div background color is #088cee


#088cee Border Color

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

This div border color is #088cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088cee


Comments

No comments written yet.

Please login to write comment.