Color Hex Logo

#afeecb Color Hex

#AFEECB
(175,238,203)
0 Favorites   0 Comments

Color spaces of #afeecb

RGB 175238203
HSL0.410.650.81
HSV147°26°93°
CMYK 0.260.000.15   0.07
XYZ59.033274.574867.7829
Yxy74.57480.29310.3703
Hunter Lab86.3567-29.102113.9119
CIE-Lab89.1934-26.818310.5960

#afeecb color RGB value is (175,238,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11001011
Octal 257 356 313
Decimal 175 238 203
Hex AF EE CB

RGB Percentages of Color #afeecb

%28.41
%38.64
%32.95

CMYK Percentages of Color #afeecb

%26
%0
%15
%7

Triadic Colors of #afeecb

#afeecb #cbafee #eecbaf

Analogous Colors of #afeecb

#afeecb #afeeeb #b3eeaf

Monochromatic Colors of #afeecb

#afeecb

Complementary Color

#afeecb #eeafd2

#afeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeecb Color CSS Codes

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

#afeecb Text Font Color

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

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


#afeecb Background Color

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

This div background color is #afeecb


#afeecb Border Color

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

This div border color is #afeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeecb


Comments

No comments written yet.

Please login to write comment.