Color Hex Logo

#afdbbb Color Hex

#AFDBBB
(175,219,187)
0 Favorites   0 Comments

Color spaces of #afdbbb

RGB 175219187
HSL0.380.380.77
HSV136°20°86°
CMYK 0.200.000.15   0.14
XYZ51.980463.364956.5047
Yxy63.36490.30250.3687
Hunter Lab79.6021-22.742613.6351
CIE-Lab83.6340-20.569511.0622

#afdbbb color RGB value is (175,219,187).

#afdbbb hex color red value is 175, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #afdbbb hue: 0.38 , saturation: 0.38 and the lightness value of afdbbb is 0.77.

The process color (four color CMYK) of #afdbbb color hex is 0.20, 0.00, 0.15, 0.14. Web safe color of #afdbbb is #99cccc. Color #afdbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10111011
Octal 257 333 273
Decimal 175 219 187
Hex AF DB BB

RGB Percentages of Color #afdbbb

%30.12
%37.69
%32.19

CMYK Percentages of Color #afdbbb

%20
%0
%15
%14

Triadic Colors of #afdbbb

#afdbbb #bbafdb #dbbbaf

Analogous Colors of #afdbbb

#afdbbb #afdbd1 #b9dbaf

Monochromatic Colors of #afdbbb

#afdbbb

Complementary Color

#afdbbb #dbafcf

#afdbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbbb Color CSS Codes

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

#afdbbb Text Font Color

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

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


#afdbbb Background Color

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

This div background color is #afdbbb


#afdbbb Border Color

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

This div border color is #afdbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbbb


Comments

No comments written yet.

Please login to write comment.