Color Hex Logo

#0addaf Color Hex

#0ADDAF
(10,221,175)
0 Favorites   0 Comments

Color spaces of #0addaf

RGB 10221175
HSL0.460.910.45
HSV167°95°87°
CMYK 0.950.000.21   0.13
XYZ33.719554.872649.3717
Yxy54.87260.24440.3977
Hunter Lab74.0760-48.379712.3364
CIE-Lab78.9678-55.386810.0864

#0addaf color RGB value is (10,221,175).

#0addaf hex color red value is 10, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0addaf hue: 0.46 , saturation: 0.91 and the lightness value of 0addaf is 0.45.

The process color (four color CMYK) of #0addaf color hex is 0.95, 0.00, 0.21, 0.13. Web safe color of #0addaf is #00cc99. Color #0addaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011101 10101111
Octal 12 335 257
Decimal 10 221 175
Hex A DD AF

RGB Percentages of Color #0addaf

%2.46
%54.43
%43.10

CMYK Percentages of Color #0addaf

%95
%0
%21
%13

Triadic Colors of #0addaf

#0addaf #af0add #ddaf0a

Analogous Colors of #0addaf

#0addaf #0aa2dd #0add46

Monochromatic Colors of #0addaf

#0addaf

Complementary Color

#0addaf #dd0a38

#0addaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0addaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0addaf Color CSS Codes

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

#0addaf Text Font Color

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

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


#0addaf Background Color

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

This div background color is #0addaf


#0addaf Border Color

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

This div border color is #0addaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0addaf


Comments

No comments written yet.

Please login to write comment.