Color Hex Logo

#00afbd Color Hex

#00AFBD
(0,175,189)
0 Favorites   0 Comments

Color spaces of #00afbd

RGB 0175189
HSL0.511.000.37
HSV184°100°74°
CMYK 1.000.070.00   0.26
XYZ24.515334.334153.4792
Yxy34.33410.21820.3057
Hunter Lab58.5953-27.8604-13.0965
CIE-Lab65.2269-31.8406-17.7529

#00afbd color RGB value is (0,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101111 10111101
Octal 0 257 275
Decimal 0 175 189
Hex 0 AF BD

RGB Percentages of Color #00afbd

%0.00
%48.08
%51.92

CMYK Percentages of Color #00afbd

%100
%7
%0
%26

Triadic Colors of #00afbd

#00afbd #bd00af #afbd00

Analogous Colors of #00afbd

#00afbd #0051bd #00bd6d

Monochromatic Colors of #00afbd

#00afbd

Complementary Color

#00afbd #bd0e00

#00afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00afbd Color CSS Codes

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

#00afbd Text Font Color

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

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


#00afbd Background Color

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

This div background color is #00afbd


#00afbd Border Color

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

This div border color is #00afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00afbd


Comments

No comments written yet.

Please login to write comment.