Color Hex Logo

#00afdb Color Hex

#00AFDB
(0,175,219)
0 Favorites   0 Comments

Color spaces of #00afdb

RGB 0175219
HSL0.531.000.43
HSV192°100°86°
CMYK 1.000.200.00   0.14
XYZ28.116235.774472.4411
Yxy35.77440.20620.2624
Hunter Lab59.8117-20.7615-29.9410
CIE-Lab66.3472-21.7925-32.6197

#00afdb color RGB value is (0,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101111 11011011
Octal 0 257 333
Decimal 0 175 219
Hex 0 AF DB

RGB Percentages of Color #00afdb

%0.00
%44.42
%55.58

CMYK Percentages of Color #00afdb

%100
%20
%0
%14

Triadic Colors of #00afdb

#00afdb #db00af #afdb00

Analogous Colors of #00afdb

#00afdb #0041db #00db9a

Monochromatic Colors of #00afdb

#00afdb

Complementary Color

#00afdb #db2c00

#00afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00afdb Color CSS Codes

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

#00afdb Text Font Color

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

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


#00afdb Background Color

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

This div background color is #00afdb


#00afdb Border Color

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

This div border color is #00afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00afdb


Comments

No comments written yet.

Please login to write comment.