Color Hex Logo

#afedbb Color Hex

#AFEDBB
(175,237,187)
0 Favorites   0 Comments

Color spaces of #afedbb

RGB 175237187
HSL0.370.630.81
HSV132°26°93°
CMYK 0.260.000.21   0.07
XYZ56.933073.270258.1556
Yxy73.27020.30230.3890
Hunter Lab85.5980-31.072519.6368
CIE-Lab88.5764-29.278918.0333

#afedbb color RGB value is (175,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10111011
Octal 257 355 273
Decimal 175 237 187
Hex AF ED BB

RGB Percentages of Color #afedbb

%29.22
%39.57
%31.22

CMYK Percentages of Color #afedbb

%26
%0
%21
%7

Triadic Colors of #afedbb

#afedbb #bbafed #edbbaf

Analogous Colors of #afedbb

#afedbb #afedda #c2edaf

Monochromatic Colors of #afedbb

#afedbb

Complementary Color

#afedbb #edafe1

#afedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedbb Color CSS Codes

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

#afedbb Text Font Color

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

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


#afedbb Background Color

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

This div background color is #afedbb


#afedbb Border Color

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

This div border color is #afedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedbb


Comments

No comments written yet.

Please login to write comment.