Color Hex Logo

#0ddfe1 Color Hex

#0DDFE1
(13,223,225)
0 Favorites   0 Comments

Color spaces of #0ddfe1

RGB 13223225
HSL0.500.890.47
HSV181°94°88°
CMYK 0.940.010.00   0.12
XYZ40.144358.297280.3708
Yxy58.29720.22450.3260
Hunter Lab76.3526-39.7662-8.9634
CIE-Lab80.9037-42.5441-13.6736

#0ddfe1 color RGB value is (13,223,225).

#0ddfe1 hex color red value is 13, green value is 223 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #0ddfe1 hue: 0.50 , saturation: 0.89 and the lightness value of 0ddfe1 is 0.47.

The process color (four color CMYK) of #0ddfe1 color hex is 0.94, 0.01, 0.00, 0.12. Web safe color of #0ddfe1 is #00cccc. Color #0ddfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011111 11100001
Octal 15 337 341
Decimal 13 223 225
Hex D DF E1

RGB Percentages of Color #0ddfe1

%2.82
%48.37
%48.81

CMYK Percentages of Color #0ddfe1

%94
%1
%0
%12

Triadic Colors of #0ddfe1

#0ddfe1 #e10ddf #dfe10d

Analogous Colors of #0ddfe1

#0ddfe1 #0d75e1 #0de179

Monochromatic Colors of #0ddfe1

#0ddfe1

Complementary Color

#0ddfe1 #e10f0d

#0ddfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddfe1 Color CSS Codes

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

#0ddfe1 Text Font Color

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

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


#0ddfe1 Background Color

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

This div background color is #0ddfe1


#0ddfe1 Border Color

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

This div border color is #0ddfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddfe1


Comments

No comments written yet.

Please login to write comment.