Color Hex Logo

#affcea Color Hex

#AFFCEA
(175,252,234)
0 Favorites   0 Comments

Color spaces of #affcea

RGB 175252234
HSL0.460.930.84
HSV166°31°99°
CMYK 0.310.000.07   0.01
XYZ67.340984.675390.6366
Yxy84.67530.27750.3490
Hunter Lab92.0192-30.40486.0143
CIE-Lab93.7430-27.28831.0735

#affcea color RGB value is (175,252,234).

#affcea hex color red value is 175, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #affcea hue: 0.46 , saturation: 0.93 and the lightness value of affcea is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 11101010
Octal 257 374 352
Decimal 175 252 234
Hex AF FC EA

RGB Percentages of Color #affcea

%26.48
%38.12
%35.40

CMYK Percentages of Color #affcea

%31
%0
%7
%1

Triadic Colors of #affcea

#affcea #eaaffc #fceaaf

Analogous Colors of #affcea

#affcea #afe8fc #affcc4

Monochromatic Colors of #affcea

#affcea

Complementary Color

#affcea #fcafc1

#affcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#affcea Color CSS Codes

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

#affcea Text Font Color

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

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


#affcea Background Color

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

This div background color is #affcea


#affcea Border Color

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

This div border color is #affcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affcea


Comments

No comments written yet.

Please login to write comment.