Color Hex Logo

#008dda Color Hex

#008DDA
(0,141,218)
0 Favorites   0 Comments

Color spaces of #008dda

RGB 0141218
HSL0.561.000.43
HSV201°100°85°
CMYK 1.000.350.00   0.15
XYZ22.179824.111769.8147
Yxy24.11170.19100.2077
Hunter Lab49.1037-5.3041-49.9249
CIE-Lab56.1995-3.3754-47.9797

#008dda color RGB value is (0,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001101 11011010
Octal 0 215 332
Decimal 0 141 218
Hex 0 8D DA

RGB Percentages of Color #008dda

%0.00
%39.28
%60.72

CMYK Percentages of Color #008dda

%100
%35
%0
%15

Triadic Colors of #008dda

#008dda #da008d #8dda00

Analogous Colors of #008dda

#008dda #0020da #00daba

Monochromatic Colors of #008dda

#008dda

Complementary Color

#008dda #da4d00

#008dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#008dda Color CSS Codes

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

#008dda Text Font Color

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

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


#008dda Background Color

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

This div background color is #008dda


#008dda Border Color

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

This div border color is #008dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,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 #008dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008dda

#008dda Color Palettes


Comments

No comments written yet.

Please login to write comment.