Color Hex Logo

#afeebd Color Hex

#AFEEBD
(175,238,189)
0 Favorites   0 Comments

Color spaces of #afeebd

RGB 175238189
HSL0.370.650.81
HSV133°26°93°
CMYK 0.260.000.21   0.07
XYZ57.439073.937259.3881
Yxy73.93720.30110.3876
Hunter Lab85.9867-31.239119.2411
CIE-Lab88.8928-29.397617.4405

#afeebd color RGB value is (175,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10111101
Octal 257 356 275
Decimal 175 238 189
Hex AF EE BD

RGB Percentages of Color #afeebd

%29.07
%39.53
%31.40

CMYK Percentages of Color #afeebd

%26
%0
%21
%7

Triadic Colors of #afeebd

#afeebd #bdafee #eebdaf

Analogous Colors of #afeebd

#afeebd #afeedd #c1eeaf

Monochromatic Colors of #afeebd

#afeebd

Complementary Color

#afeebd #eeafe0

#afeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeebd Color CSS Codes

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

#afeebd Text Font Color

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

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


#afeebd Background Color

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

This div background color is #afeebd


#afeebd Border Color

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

This div border color is #afeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeebd


Comments

No comments written yet.

Please login to write comment.