Color Hex Logo

#affdda Color Hex

#AFFDDA
(175,253,218)
0 Favorites   0 Comments

Color spaces of #affdda

RGB 175253218
HSL0.430.950.84
HSV153°31°99°
CMYK 0.310.000.14   0.01
XYZ65.459484.426579.1755
Yxy84.42650.28580.3686
Hunter Lab91.8839-33.630913.2291
CIE-Lab93.6354-31.01529.1781

#affdda color RGB value is (175,253,218).

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

The process color (four color CMYK) of #affdda color hex is 0.31, 0.00, 0.14, 0.01. Web safe color of #affdda is #99ffcc. Color #affdda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11011010
Octal 257 375 332
Decimal 175 253 218
Hex AF FD DA

RGB Percentages of Color #affdda

%27.09
%39.16
%33.75

CMYK Percentages of Color #affdda

%31
%0
%14
%1

Triadic Colors of #affdda

#affdda #daaffd #fddaaf

Analogous Colors of #affdda

#affdda #aff9fd #affdb3

Monochromatic Colors of #affdda

#affdda

Complementary Color

#affdda #fdafd2

#affdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdda Color CSS Codes

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

#affdda Text Font Color

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

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


#affdda Background Color

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

This div background color is #affdda


#affdda Border Color

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

This div border color is #affdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdda


Comments

No comments written yet.

Please login to write comment.