Color Hex Logo

#0ddfea Color Hex

#0DDFEA
(13,223,234)
0 Favorites   0 Comments

Color spaces of #0ddfea

RGB 13223234
HSL0.510.890.48
HSV183°94°92°
CMYK 0.940.050.00   0.08
XYZ41.404958.801487.0094
Yxy58.80140.22120.3141
Hunter Lab76.6821-37.8116-13.5976
CIE-Lab81.1823-39.8585-18.0389

#0ddfea color RGB value is (13,223,234).

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

The process color (four color CMYK) of #0ddfea color hex is 0.94, 0.05, 0.00, 0.08. Web safe color of #0ddfea is #00ccff. Color #0ddfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011111 11101010
Octal 15 337 352
Decimal 13 223 234
Hex D DF EA

RGB Percentages of Color #0ddfea

%2.77
%47.45
%49.79

CMYK Percentages of Color #0ddfea

%94
%5
%0
%8

Triadic Colors of #0ddfea

#0ddfea #ea0ddf #dfea0d

Analogous Colors of #0ddfea

#0ddfea #0d71ea #0dea87

Monochromatic Colors of #0ddfea

#0ddfea

Complementary Color

#0ddfea #ea180d

#0ddfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddfea Color CSS Codes

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

#0ddfea Text Font Color

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

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


#0ddfea Background Color

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

This div background color is #0ddfea


#0ddfea Border Color

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

This div border color is #0ddfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddfea


Comments

No comments written yet.

Please login to write comment.