Color Hex Logo

#088ede Color Hex

#088EDE
(8,142,222)
0 Favorites   0 Comments

Color spaces of #088ede

RGB 8142222
HSL0.560.930.45
HSV202°96°87°
CMYK 0.960.360.00   0.13
XYZ22.958024.671672.6593
Yxy24.67160.19090.2051
Hunter Lab49.6705-4.4197-51.9616
CIE-Lab56.7540-2.2070-49.3348

#088ede color RGB value is (8,142,222).

#088ede hex color red value is 8, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #088ede hue: 0.56 , saturation: 0.93 and the lightness value of 088ede is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001110 11011110
Octal 10 216 336
Decimal 8 142 222
Hex 8 8E DE

RGB Percentages of Color #088ede

%2.15
%38.17
%59.68

CMYK Percentages of Color #088ede

%96
%36
%0
%13

Triadic Colors of #088ede

#088ede #de088e #8ede08

Analogous Colors of #088ede

#088ede #0823de #08dec3

Monochromatic Colors of #088ede

#088ede

Complementary Color

#088ede #de5808

#088ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#088ede Color CSS Codes

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

#088ede Text Font Color

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

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


#088ede Background Color

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

This div background color is #088ede


#088ede Border Color

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

This div border color is #088ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088ede


Comments

No comments written yet.

Please login to write comment.