Color Hex Logo

#afecbe Color Hex

#AFECBE
(175,236,190)
0 Favorites   0 Comments

Color spaces of #afecbe

RGB 175236190
HSL0.370.620.81
HSV135°26°93°
CMYK 0.260.000.19   0.07
XYZ56.968972.822659.7688
Yxy72.82260.30050.3842
Hunter Lab85.3362-30.174918.2090
CIE-Lab88.3630-28.270616.1787

#afecbe color RGB value is (175,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10111110
Octal 257 354 276
Decimal 175 236 190
Hex AF EC BE

RGB Percentages of Color #afecbe

%29.12
%39.27
%31.61

CMYK Percentages of Color #afecbe

%26
%0
%19
%7

Triadic Colors of #afecbe

#afecbe #beafec #ecbeaf

Analogous Colors of #afecbe

#afecbe #afecdd #bfecaf

Monochromatic Colors of #afecbe

#afecbe

Complementary Color

#afecbe #ecafdd

#afecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecbe Color CSS Codes

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

#afecbe Text Font Color

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

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


#afecbe Background Color

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

This div background color is #afecbe


#afecbe Border Color

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

This div border color is #afecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecbe


Comments

No comments written yet.

Please login to write comment.