Color Hex Logo

#affbea Color Hex

#AFFBEA
(175,251,234)
0 Favorites   0 Comments

Color spaces of #affbea

RGB 175251234
HSL0.460.900.84
HSV167°30°98°
CMYK 0.300.000.07   0.02
XYZ67.027784.048890.5322
Yxy84.04880.27740.3479
Hunter Lab91.6781-29.93185.6258
CIE-Lab93.4717-26.81090.6780

#affbea color RGB value is (175,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 11101010
Octal 257 373 352
Decimal 175 251 234
Hex AF FB EA

RGB Percentages of Color #affbea

%26.52
%38.03
%35.45

CMYK Percentages of Color #affbea

%30
%0
%7
%2

Triadic Colors of #affbea

#affbea #eaaffb #fbeaaf

Analogous Colors of #affbea

#affbea #afe6fb #affbc4

Monochromatic Colors of #affbea

#affbea

Complementary Color

#affbea #fbafc0

#affbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbea Color CSS Codes

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

#affbea Text Font Color

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

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


#affbea Background Color

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

This div background color is #affbea


#affbea Border Color

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

This div border color is #affbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbea


Comments

No comments written yet.

Please login to write comment.