Color Hex Logo

#affdee Color Hex

#AFFDEE
(175,253,238)
0 Favorites   0 Comments

Color spaces of #affdee

RGB 175253238
HSL0.470.950.84
HSV168°31°99°
CMYK 0.310.000.06   0.01
XYZ68.237185.537693.8028
Yxy85.53760.27560.3455
Hunter Lab92.4865-30.15314.6068
CIE-Lab94.1143-26.9199-0.4521

#affdee color RGB value is (175,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11101110
Octal 257 375 356
Decimal 175 253 238
Hex AF FD EE

RGB Percentages of Color #affdee

%26.28
%37.99
%35.74

CMYK Percentages of Color #affdee

%31
%0
%6
%1

Triadic Colors of #affdee

#affdee #eeaffd #fdeeaf

Analogous Colors of #affdee

#affdee #afe5fd #affdc7

Monochromatic Colors of #affdee

#affdee

Complementary Color

#affdee #fdafbe

#affdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdee Color CSS Codes

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

#affdee Text Font Color

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

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


#affdee Background Color

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

This div background color is #affdee


#affdee Border Color

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

This div border color is #affdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdee

Related Colors


Comments

No comments written yet.

Please login to write comment.