Color Hex Logo

#00afdd Color Hex

#00AFDD
(0,175,221)
0 Favorites   0 Comments

Color spaces of #00afdd

RGB 0175221
HSL0.531.000.43
HSV192°100°87°
CMYK 1.000.210.00   0.13
XYZ28.381135.880473.8364
Yxy35.88040.20550.2598
Hunter Lab59.9003-20.2511-31.1540
CIE-Lab66.4284-21.0997-33.5935

#00afdd color RGB value is (0,175,221).

#00afdd hex color red value is 0, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #00afdd hue: 0.53 , saturation: 1.00 and the lightness value of 00afdd is 0.43.

The process color (four color CMYK) of #00afdd color hex is 1.00, 0.21, 0.00, 0.13. Web safe color of #00afdd is #0099cc. Color #00afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101111 11011101
Octal 0 257 335
Decimal 0 175 221
Hex 0 AF DD

RGB Percentages of Color #00afdd

%0.00
%44.19
%55.81

CMYK Percentages of Color #00afdd

%100
%21
%0
%13

Triadic Colors of #00afdd

#00afdd #dd00af #afdd00

Analogous Colors of #00afdd

#00afdd #0041dd #00dd9d

Monochromatic Colors of #00afdd

#00afdd

Complementary Color

#00afdd #dd2e00

#00afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00afdd Color CSS Codes

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

#00afdd Text Font Color

<p style="color:#00afdd">Text here</p>

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


#00afdd Background Color

<div style="background-color:#00afdd">
Div content here</div>

This div background color is #00afdd


#00afdd Border Color

<div style="border:3px solid #00afdd">
Div here</div>

This div border color is #00afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00afdd

#00afdd Color Palettes


Comments

No comments written yet.

Please login to write comment.