Color Hex Logo

#afecbc Color Hex

#AFECBC
(175,236,188)
0 Favorites   0 Comments

Color spaces of #afecbc

RGB 175236188
HSL0.370.620.81
HSV133°26°93°
CMYK 0.260.000.20   0.07
XYZ56.751772.735758.6252
Yxy72.73570.30170.3867
Hunter Lab85.2852-30.469218.9436
CIE-Lab88.3215-28.628017.1582

#afecbc color RGB value is (175,236,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10111100
Octal 257 354 274
Decimal 175 236 188
Hex AF EC BC

RGB Percentages of Color #afecbc

%29.22
%39.40
%31.39

CMYK Percentages of Color #afecbc

%26
%0
%20
%7

Triadic Colors of #afecbc

#afecbc #bcafec #ecbcaf

Analogous Colors of #afecbc

#afecbc #afecdb #c1ecaf

Monochromatic Colors of #afecbc

#afecbc

Complementary Color

#afecbc #ecafdf

#afecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecbc Color CSS Codes

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

#afecbc Text Font Color

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

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


#afecbc Background Color

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

This div background color is #afecbc


#afecbc Border Color

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

This div border color is #afecbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,236,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afecbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecbc


Comments

No comments written yet.

Please login to write comment.