Color Hex Logo

#0d8cee Color Hex

#0D8CEE
(13,140,238)
0 Favorites   0 Comments

Color spaces of #0d8cee

RGB 13140238
HSL0.570.900.49
HSV206°95°93°
CMYK 0.950.410.00   0.07
XYZ24.976725.014884.4008
Yxy25.01480.18580.1861
Hunter Lab50.01481.6145-65.0425
CIE-Lab57.08985.2172-57.7040

#0d8cee color RGB value is (13,140,238).

#0d8cee hex color red value is 13, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0d8cee hue: 0.57 , saturation: 0.90 and the lightness value of 0d8cee is 0.49.

The process color (four color CMYK) of #0d8cee color hex is 0.95, 0.41, 0.00, 0.07. Web safe color of #0d8cee is #0099ff. Color #0d8cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10001100 11101110
Octal 15 214 356
Decimal 13 140 238
Hex D 8C EE

RGB Percentages of Color #0d8cee

%3.32
%35.81
%60.87

CMYK Percentages of Color #0d8cee

%95
%41
%0
%7

Triadic Colors of #0d8cee

#0d8cee #ee0d8c #8cee0d

Analogous Colors of #0d8cee

#0d8cee #0d1cee #0deee0

Monochromatic Colors of #0d8cee

#0d8cee

Complementary Color

#0d8cee #ee6f0d

#0d8cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d8cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d8cee Color CSS Codes

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

#0d8cee Text Font Color

<p style="color:#0d8cee">Text here</p>

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


#0d8cee Background Color

<div style="background-color:#0d8cee">
Div content here</div>

This div background color is #0d8cee


#0d8cee Border Color

<div style="border:3px solid #0d8cee">
Div here</div>

This div border color is #0d8cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,140,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d8cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d8cee;
  -webkit-box-shadow: 1px 1px 3px 2px #0d8cee;
  box-shadow:         1px 1px 3px 2px #0d8cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d8cee


Comments

No comments written yet.

Please login to write comment.