Color Hex Logo

#afedbe Color Hex

#AFEDBE
(175,237,190)
0 Favorites   0 Comments

Color spaces of #afedbe

RGB 175237190
HSL0.370.630.81
HSV135°26°93°
CMYK 0.260.000.20   0.07
XYZ57.257673.400059.8650
Yxy73.40000.30050.3853
Hunter Lab85.6738-30.633918.5425
CIE-Lab88.6381-28.745416.5652

#afedbe color RGB value is (175,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10111110
Octal 257 355 276
Decimal 175 237 190
Hex AF ED BE

RGB Percentages of Color #afedbe

%29.07
%39.37
%31.56

CMYK Percentages of Color #afedbe

%26
%0
%20
%7

Triadic Colors of #afedbe

#afedbe #beafed #edbeaf

Analogous Colors of #afedbe

#afedbe #afeddd #bfedaf

Monochromatic Colors of #afedbe

#afedbe

Complementary Color

#afedbe #edafde

#afedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedbe Color CSS Codes

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

#afedbe Text Font Color

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

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


#afedbe Background Color

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

This div background color is #afedbe


#afedbe Border Color

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

This div border color is #afedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedbe


Comments

No comments written yet.

Please login to write comment.