Color Hex Logo

#affbee Color Hex

#AFFBEE
(175,251,238)
0 Favorites   0 Comments

Color spaces of #affbee

RGB 175251238
HSL0.470.900.84
HSV170°30°98°
CMYK 0.300.000.05   0.02
XYZ67.609084.281493.5935
Yxy84.28140.27540.3433
Hunter Lab91.8049-29.20373.8183
CIE-Lab93.5726-25.9629-1.2444

#affbee color RGB value is (175,251,238).

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

The process color (four color CMYK) of #affbee color hex is 0.30, 0.00, 0.05, 0.02. Web safe color of #affbee is #99ffff. Color #affbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 11101110
Octal 257 373 356
Decimal 175 251 238
Hex AF FB EE

RGB Percentages of Color #affbee

%26.36
%37.80
%35.84

CMYK Percentages of Color #affbee

%30
%0
%5
%2

Triadic Colors of #affbee

#affbee #eeaffb #fbeeaf

Analogous Colors of #affbee

#affbee #afe2fb #affbc8

Monochromatic Colors of #affbee

#affbee

Complementary Color

#affbee #fbafbc

#affbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbee Color CSS Codes

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

#affbee Text Font Color

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

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


#affbee Background Color

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

This div background color is #affbee


#affbee Border Color

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

This div border color is #affbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbee


Comments

No comments written yet.

Please login to write comment.