Color Hex Logo

#affdea Color Hex

#AFFDEA
(175,253,234)
0 Favorites   0 Comments

Color spaces of #affdea

RGB 175253234
HSL0.460.950.84
HSV165°31°99°
CMYK 0.310.000.08   0.01
XYZ67.655885.305090.7416
Yxy85.30500.27760.3500
Hunter Lab92.3607-30.87696.4019
CIE-Lab94.0144-27.76431.4688

#affdea color RGB value is (175,253,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11101010
Octal 257 375 352
Decimal 175 253 234
Hex AF FD EA

RGB Percentages of Color #affdea

%26.44
%38.22
%35.35

CMYK Percentages of Color #affdea

%31
%0
%8
%1

Triadic Colors of #affdea

#affdea #eaaffd #fdeaaf

Analogous Colors of #affdea

#affdea #afe9fd #affdc3

Monochromatic Colors of #affdea

#affdea

Complementary Color

#affdea #fdafc2

#affdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdea Color CSS Codes

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

#affdea Text Font Color

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

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


#affdea Background Color

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

This div background color is #affdea


#affdea Border Color

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

This div border color is #affdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdea


Comments

No comments written yet.

Please login to write comment.