Color Hex Logo

#0daecd Color Hex

#0DAECD
(13,174,205)
0 Favorites   0 Comments

Color spaces of #0daecd

RGB 13174205
HSL0.530.880.43
HSV190°94°80°
CMYK 0.940.150.00   0.20
XYZ26.321534.765463.0807
Yxy34.76540.21200.2800
Hunter Lab58.9622-23.4991-22.1579
CIE-Lab65.5656-25.6686-26.0977

#0daecd color RGB value is (13,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101110 11001101
Octal 15 256 315
Decimal 13 174 205
Hex D AE CD

RGB Percentages of Color #0daecd

%3.32
%44.39
%52.30

CMYK Percentages of Color #0daecd

%94
%15
%0
%20

Triadic Colors of #0daecd

#0daecd #cd0dae #aecd0d

Analogous Colors of #0daecd

#0daecd #0d4ecd #0dcd8c

Monochromatic Colors of #0daecd

#0daecd

Complementary Color

#0daecd #cd2c0d

#0daecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daecd Color CSS Codes

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

#0daecd Text Font Color

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

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


#0daecd Background Color

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

This div background color is #0daecd


#0daecd Border Color

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

This div border color is #0daecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daecd


Comments

No comments written yet.

Please login to write comment.