Color Hex Logo

#0d24de Color Hex

#0D24DE
(13,36,222)
0 Favorites   0 Comments

Color spaces of #0d24de

RGB 1336222
HSL0.650.890.46
HSV233°94°87°
CMYK 0.940.840.00   0.13
XYZ13.98176.621269.6484
Yxy6.62120.15490.0734
Hunter Lab25.731751.9602-142.4690
CIE-Lab30.928561.6651-91.4132

#0d24de color RGB value is (13,36,222).

#0d24de hex color red value is 13, green value is 36 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0d24de hue: 0.65 , saturation: 0.89 and the lightness value of 0d24de is 0.46.

The process color (four color CMYK) of #0d24de color hex is 0.94, 0.84, 0.00, 0.13. Web safe color of #0d24de is #0033cc. Color #0d24de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00100100 11011110
Octal 15 44 336
Decimal 13 36 222
Hex D 24 DE

RGB Percentages of Color #0d24de

%4.80
%13.28
%81.92

CMYK Percentages of Color #0d24de

%94
%84
%0
%13

Triadic Colors of #0d24de

#0d24de #de0d24 #24de0d

Analogous Colors of #0d24de

#0d24de #5f0dde #0d8dde

Monochromatic Colors of #0d24de

#0d24de

Complementary Color

#0d24de #dec70d

#0d24de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d24de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d24de Color CSS Codes

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

#0d24de Text Font Color

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

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


#0d24de Background Color

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

This div background color is #0d24de


#0d24de Border Color

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

This div border color is #0d24de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d24de


Comments

No comments written yet.

Please login to write comment.