Color Hex Logo

#0daece Color Hex

#0DAECE
(13,174,206)
0 Favorites   0 Comments

Color spaces of #0daece

RGB 13174206
HSL0.530.880.43
HSV190°94°81°
CMYK 0.940.160.00   0.19
XYZ26.442634.813963.7186
Yxy34.81390.21160.2786
Hunter Lab59.0033-23.2602-22.7259
CIE-Lab65.6035-25.3330-26.5925

#0daece color RGB value is (13,174,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101110 11001110
Octal 15 256 316
Decimal 13 174 206
Hex D AE CE

RGB Percentages of Color #0daece

%3.31
%44.27
%52.42

CMYK Percentages of Color #0daece

%94
%16
%0
%19

Triadic Colors of #0daece

#0daece #ce0dae #aece0d

Analogous Colors of #0daece

#0daece #0d4ece #0dce8e

Monochromatic Colors of #0daece

#0daece

Complementary Color

#0daece #ce2d0d

#0daece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daece Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daece Color CSS Codes

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

#0daece Text Font Color

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

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


#0daece Background Color

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

This div background color is #0daece


#0daece Border Color

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

This div border color is #0daece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daece


Comments

No comments written yet.

Please login to write comment.