Color Hex Logo

#afdbbe Color Hex

#AFDBBE
(175,219,190)
0 Favorites   0 Comments

Color spaces of #afdbbe

RGB 175219190
HSL0.390.380.77
HSV140°20°86°
CMYK 0.200.000.13   0.14
XYZ52.305063.494758.2141
Yxy63.49470.30060.3649
Hunter Lab79.6836-22.277212.4632
CIE-Lab83.7020-20.01329.5747

#afdbbe color RGB value is (175,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10111110
Octal 257 333 276
Decimal 175 219 190
Hex AF DB BE

RGB Percentages of Color #afdbbe

%29.97
%37.50
%32.53

CMYK Percentages of Color #afdbbe

%20
%0
%13
%14

Triadic Colors of #afdbbe

#afdbbe #beafdb #dbbeaf

Analogous Colors of #afdbbe

#afdbbe #afdbd4 #b6dbaf

Monochromatic Colors of #afdbbe

#afdbbe

Complementary Color

#afdbbe #dbafcc

#afdbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbbe Color CSS Codes

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

#afdbbe Text Font Color

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

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


#afdbbe Background Color

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

This div background color is #afdbbe


#afdbbe Border Color

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

This div border color is #afdbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbbe


Comments

No comments written yet.

Please login to write comment.