Color Hex Logo

#affbdb Color Hex

#AFFBDB
(175,251,219)
0 Favorites   0 Comments

Color spaces of #affbdb

RGB 175251219
HSL0.430.900.84
HSV155°30°98°
CMYK 0.300.000.13   0.02
XYZ64.962683.222879.6576
Yxy83.22280.28510.3653
Hunter Lab91.2265-32.536212.0875
CIE-Lab93.1119-29.87847.9111

#affbdb color RGB value is (175,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 11011011
Octal 257 373 333
Decimal 175 251 219
Hex AF FB DB

RGB Percentages of Color #affbdb

%27.13
%38.91
%33.95

CMYK Percentages of Color #affbdb

%30
%0
%13
%2

Triadic Colors of #affbdb

#affbdb #dbaffb #fbdbaf

Analogous Colors of #affbdb

#affbdb #aff5fb #affbb5

Monochromatic Colors of #affbdb

#affbdb

Complementary Color

#affbdb #fbafcf

#affbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbdb Color CSS Codes

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

#affbdb Text Font Color

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

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


#affbdb Background Color

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

This div background color is #affbdb


#affbdb Border Color

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

This div border color is #affbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbdb


Comments

No comments written yet.

Please login to write comment.