Color Hex Logo

#088dda Color Hex

#088DDA
(8,141,218)
0 Favorites   0 Comments

Color spaces of #088dda

RGB 8141218
HSL0.560.930.44
HSV202°96°85°
CMYK 0.960.350.00   0.15
XYZ22.279924.163369.8194
Yxy24.16330.19160.2078
Hunter Lab49.1562-5.1187-49.8037
CIE-Lab56.2509-3.1349-47.8949

#088dda color RGB value is (8,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001101 11011010
Octal 10 215 332
Decimal 8 141 218
Hex 8 8D DA

RGB Percentages of Color #088dda

%2.18
%38.42
%59.40

CMYK Percentages of Color #088dda

%96
%35
%0
%15

Triadic Colors of #088dda

#088dda #da088d #8dda08

Analogous Colors of #088dda

#088dda #0824da #08dabe

Monochromatic Colors of #088dda

#088dda

Complementary Color

#088dda #da5508

#088dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#088dda Color CSS Codes

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

#088dda Text Font Color

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

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


#088dda Background Color

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

This div background color is #088dda


#088dda Border Color

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

This div border color is #088dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088dda


Comments

No comments written yet.

Please login to write comment.