color codes Logo

#0daecc color codes

#0DAECC
(13,174,204)
0 Favorites   0 Comments

Color spaces of #0daecc

RGB 13174204
HSL0.530.880.43
HSV189°94°80°
CMYK 0.940.150.00   0.20
XYZ26.201134.717362.4469
Yxy34.71730.21240.2814
Hunter Lab58.9214-23.7372-21.5926
CIE-Lab65.5280-26.0041-25.6024

#0daecc color RGB value is (13,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101110 11001100
Octal 15 256 314
Decimal 13 174 204
Hex D AE CC

RGB Percentages of Color #0daecc

%3.32
%44.50
%52.17

CMYK Percentages of Color #0daecc

%94
%15
%0
%20

Triadic Colors of #0daecc

#0daecc #cc0dae #aecc0d

Analogous Colors of #0daecc

#0daecc #0d4fcc #0dcc8b

Monochromatic Colors of #0daecc

#0daecc

Complementary Color

#0daecc #cc2b0d

#0daecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daecc Color CSS Codes

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

#0daecc Text Font Color

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

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


#0daecc Background Color

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

This div background color is #0daecc


#0daecc Border Color

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

This div border color is #0daecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daecc


Comments

No comments written yet.

Please login to write comment.