Color Hex Logo

#008de9 Color Hex

#008DE9
(0,141,233)
0 Favorites   0 Comments

Color spaces of #008de9

RGB 0141233
HSL0.571.000.46
HSV204°100°91°
CMYK 1.000.390.00   0.09
XYZ24.232924.932980.6261
Yxy24.93290.18670.1921
Hunter Lab49.9329-0.7547-60.7820
CIE-Lab57.01002.3503-55.0610

#008de9 color RGB value is (0,141,233).

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

The process color (four color CMYK) of #008de9 color hex is 1.00, 0.39, 0.00, 0.09. Web safe color of #008de9 is #0099ff. Color #008de9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001101 11101001
Octal 0 215 351
Decimal 0 141 233
Hex 0 8D E9

RGB Percentages of Color #008de9

%0.00
%37.70
%62.30

CMYK Percentages of Color #008de9

%100
%39
%0
%9

Triadic Colors of #008de9

#008de9 #e9008d #8de900

Analogous Colors of #008de9

#008de9 #0018e9 #00e9d1

Monochromatic Colors of #008de9

#008de9

Complementary Color

#008de9 #e95c00

#008de9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008de9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008de9 Color CSS Codes

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

#008de9 Text Font Color

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

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


#008de9 Background Color

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

This div background color is #008de9


#008de9 Border Color

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

This div border color is #008de9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008de9

#008de9 Color Palettes


Comments

No comments written yet.

Please login to write comment.