Color Hex Logo

#affbd7 Color Hex

#AFFBD7
(175,251,215)
0 Favorites   0 Comments

Color spaces of #affbd7

RGB 175251215
HSL0.420.900.84
HSV152°30°98°
CMYK 0.300.000.14   0.02
XYZ64.442183.014676.9169
Yxy83.01460.28720.3700
Hunter Lab91.1123-33.196813.7261
CIE-Lab93.0208-30.66549.8451

#affbd7 color RGB value is (175,251,215).

#affbd7 hex color red value is 175, green value is 251 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #affbd7 hue: 0.42 , saturation: 0.90 and the lightness value of affbd7 is 0.84.

The process color (four color CMYK) of #affbd7 color hex is 0.30, 0.00, 0.14, 0.02. Web safe color of #affbd7 is #99ffcc. Color #affbd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 11010111
Octal 257 373 327
Decimal 175 251 215
Hex AF FB D7

RGB Percentages of Color #affbd7

%27.30
%39.16
%33.54

CMYK Percentages of Color #affbd7

%30
%0
%14
%2

Triadic Colors of #affbd7

#affbd7 #d7affb #fbd7af

Analogous Colors of #affbd7

#affbd7 #aff9fb #affbb1

Monochromatic Colors of #affbd7

#affbd7

Complementary Color

#affbd7 #fbafd3

#affbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbd7 Color CSS Codes

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

#affbd7 Text Font Color

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

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


#affbd7 Background Color

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

This div background color is #affbd7


#affbd7 Border Color

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

This div border color is #affbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbd7


Comments

No comments written yet.

Please login to write comment.