Color Hex Logo

#088ceb Color Hex

#088CEB
(8,140,235)
0 Favorites   0 Comments

Color spaces of #088ceb

RGB 8140235
HSL0.570.930.48
HSV205°97°92°
CMYK 0.970.400.00   0.08
XYZ24.473624.805982.0954
Yxy24.80590.18630.1888
Hunter Lab49.80550.5523-62.8650
CIE-Lab56.88583.9318-56.3676

#088ceb color RGB value is (8,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001100 11101011
Octal 10 214 353
Decimal 8 140 235
Hex 8 8C EB

RGB Percentages of Color #088ceb

%2.09
%36.55
%61.36

CMYK Percentages of Color #088ceb

%97
%40
%0
%8

Triadic Colors of #088ceb

#088ceb #eb088c #8ceb08

Analogous Colors of #088ceb

#088ceb #081beb #08ebd9

Monochromatic Colors of #088ceb

#088ceb

Complementary Color

#088ceb #eb6708

#088ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#088ceb Color CSS Codes

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

#088ceb Text Font Color

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

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


#088ceb Background Color

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

This div background color is #088ceb


#088ceb Border Color

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

This div border color is #088ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088ceb


Comments

No comments written yet.

Please login to write comment.