Color Hex Logo

#0dacea Color Hex

#0DACEA
(13,172,234)
0 Favorites   0 Comments

Color spaces of #0dacea

RGB 13172234
HSL0.550.890.48
HSV197°94°92°
CMYK 0.940.260.00   0.08
XYZ29.769835.531183.1311
Yxy35.53110.20060.2394
Hunter Lab59.6080-15.1663-40.9621
CIE-Lab66.1601-14.5788-41.1398

#0dacea color RGB value is (13,172,234).

#0dacea hex color red value is 13, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0dacea hue: 0.55 , saturation: 0.89 and the lightness value of 0dacea is 0.48.

The process color (four color CMYK) of #0dacea color hex is 0.94, 0.26, 0.00, 0.08. Web safe color of #0dacea is #0099ff. Color #0dacea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101100 11101010
Octal 15 254 352
Decimal 13 172 234
Hex D AC EA

RGB Percentages of Color #0dacea

%3.10
%41.05
%55.85

CMYK Percentages of Color #0dacea

%94
%26
%0
%8

Triadic Colors of #0dacea

#0dacea #ea0dac #acea0d

Analogous Colors of #0dacea

#0dacea #0d3eea #0deaba

Monochromatic Colors of #0dacea

#0dacea

Complementary Color

#0dacea #ea4b0d

#0dacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dacea Color CSS Codes

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

#0dacea Text Font Color

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

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


#0dacea Background Color

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

This div background color is #0dacea


#0dacea Border Color

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

This div border color is #0dacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dacea


Comments

No comments written yet.

Please login to write comment.