Color Hex Logo

#afecea Color Hex

#AFECEA
(175,236,234)
0 Favorites   0 Comments

Color spaces of #afecea

RGB 175236234
HSL0.490.620.81
HSV178°26°93°
CMYK 0.260.000.01   0.07
XYZ62.525975.045489.0316
Yxy75.04540.27590.3312
Hunter Lab86.6287-22.7646-0.2944
CIE-Lab89.4143-19.5174-5.2727

#afecea color RGB value is (175,236,234).

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

The process color (four color CMYK) of #afecea color hex is 0.26, 0.00, 0.01, 0.07. Web safe color of #afecea is #99ffff. Color #afecea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11101010
Octal 257 354 352
Decimal 175 236 234
Hex AF EC EA

RGB Percentages of Color #afecea

%27.13
%36.59
%36.28

CMYK Percentages of Color #afecea

%26
%0
%1
%7

Triadic Colors of #afecea

#afecea #eaafec #eceaaf

Analogous Colors of #afecea

#afecea #afd0ec #afeccc

Monochromatic Colors of #afecea

#afecea

Complementary Color

#afecea #ecafb1

#afecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecea Color CSS Codes

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

#afecea Text Font Color

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

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


#afecea Background Color

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

This div background color is #afecea


#afecea Border Color

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

This div border color is #afecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecea


Comments

No comments written yet.

Please login to write comment.