Color Hex Logo

#0daeca Color Hex

#0DAECA
(13,174,202)
0 Favorites   0 Comments

Color spaces of #0daeca

RGB 13174202
HSL0.520.880.42
HSV189°94°79°
CMYK 0.940.140.00   0.21
XYZ25.962734.621961.1914
Yxy34.62190.21320.2843
Hunter Lab58.8404-24.2094-20.4707
CIE-Lab65.4532-26.6718-24.6101

#0daeca color RGB value is (13,174,202).

#0daeca hex color red value is 13, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0daeca hue: 0.52 , saturation: 0.88 and the lightness value of 0daeca is 0.42.

The process color (four color CMYK) of #0daeca color hex is 0.94, 0.14, 0.00, 0.21. Web safe color of #0daeca is #0099cc. Color #0daeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101110 11001010
Octal 15 256 312
Decimal 13 174 202
Hex D AE CA

RGB Percentages of Color #0daeca

%3.34
%44.73
%51.93

CMYK Percentages of Color #0daeca

%94
%14
%0
%21

Triadic Colors of #0daeca

#0daeca #ca0dae #aeca0d

Analogous Colors of #0daeca

#0daeca #0d50ca #0dca88

Monochromatic Colors of #0daeca

#0daeca

Complementary Color

#0daeca #ca290d

#0daeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daeca Color CSS Codes

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

#0daeca Text Font Color

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

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


#0daeca Background Color

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

This div background color is #0daeca


#0daeca Border Color

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

This div border color is #0daeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daeca


Comments

No comments written yet.

Please login to write comment.