Color Hex Logo

#afeecf Color Hex

#AFEECF
(175,238,207)
1 Favorites   0 Comments

Color spaces of #afeecf

RGB 175238207
HSL0.420.650.81
HSV150°26°93°
CMYK 0.260.000.13   0.07
XYZ59.516274.768070.3263
Yxy74.76800.29090.3654
Hunter Lab86.4685-28.458412.3064
CIE-Lab89.2842-26.04928.6427

#afeecf color RGB value is (175,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11001111
Octal 257 356 317
Decimal 175 238 207
Hex AF EE CF

RGB Percentages of Color #afeecf

%28.23
%38.39
%33.39

CMYK Percentages of Color #afeecf

%26
%0
%13
%7

Triadic Colors of #afeecf

#afeecf #cfafee #eecfaf

Analogous Colors of #afeecf

#afeecf #afeeee #afeeb0

Monochromatic Colors of #afeecf

#afeecf

Complementary Color

#afeecf #eeafce

#afeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeecf Color CSS Codes

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

#afeecf Text Font Color

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

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


#afeecf Background Color

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

This div background color is #afeecf


#afeecf Border Color

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

This div border color is #afeecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeecf


Comments

No comments written yet.

Please login to write comment.