Color Hex Logo

#afedbd Color Hex

#AFEDBD
(175,237,189)
0 Favorites   0 Comments

Color spaces of #afedbd

RGB 175237189
HSL0.370.630.81
HSV134°26°93°
CMYK 0.260.000.20   0.07
XYZ57.148773.356559.2913
Yxy73.35650.30110.3865
Hunter Lab85.6484-30.781018.9096
CIE-Lab88.6175-28.924217.0546

#afedbd color RGB value is (175,237,189).

#afedbd hex color red value is 175, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afedbd hue: 0.37 , saturation: 0.63 and the lightness value of afedbd is 0.81.

The process color (four color CMYK) of #afedbd color hex is 0.26, 0.00, 0.20, 0.07. Web safe color of #afedbd is #99ffcc. Color #afedbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10111101
Octal 257 355 275
Decimal 175 237 189
Hex AF ED BD

RGB Percentages of Color #afedbd

%29.12
%39.43
%31.45

CMYK Percentages of Color #afedbd

%26
%0
%20
%7

Triadic Colors of #afedbd

#afedbd #bdafed #edbdaf

Analogous Colors of #afedbd

#afedbd #afeddc #c0edaf

Monochromatic Colors of #afedbd

#afedbd

Complementary Color

#afedbd #edafdf

#afedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedbd Color CSS Codes

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

#afedbd Text Font Color

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

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


#afedbd Background Color

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

This div background color is #afedbd


#afedbd Border Color

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

This div border color is #afedbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,237,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 #afedbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedbd


Comments

No comments written yet.

Please login to write comment.