Color Hex Logo

#0dddf4 Color Hex

#0DDDF4
(13,221,244)
0 Favorites   0 Comments

Color spaces of #0dddf4

RGB 13221244
HSL0.520.910.50
HSV186°95°96°
CMYK 0.950.090.00   0.04
XYZ42.351658.330194.6146
Yxy58.33010.21690.2987
Hunter Lab76.3741-34.6715-19.9883
CIE-Lab80.9220-35.8693-23.7449

#0dddf4 color RGB value is (13,221,244).

#0dddf4 hex color red value is 13, green value is 221 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #0dddf4 hue: 0.52 , saturation: 0.91 and the lightness value of 0dddf4 is 0.50.

The process color (four color CMYK) of #0dddf4 color hex is 0.95, 0.09, 0.00, 0.04. Web safe color of #0dddf4 is #00ccff. Color #0dddf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011101 11110100
Octal 15 335 364
Decimal 13 221 244
Hex D DD F4

RGB Percentages of Color #0dddf4

%2.72
%46.23
%51.05

CMYK Percentages of Color #0dddf4

%95
%9
%0
%4

Triadic Colors of #0dddf4

#0dddf4 #f40ddd #ddf40d

Analogous Colors of #0dddf4

#0dddf4 #0d6af4 #0df498

Monochromatic Colors of #0dddf4

#0dddf4

Complementary Color

#0dddf4 #f4240d

#0dddf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dddf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dddf4 Color CSS Codes

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

#0dddf4 Text Font Color

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

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


#0dddf4 Background Color

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

This div background color is #0dddf4


#0dddf4 Border Color

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

This div border color is #0dddf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dddf4


Comments

No comments written yet.

Please login to write comment.