Color Hex Logo

#affbeb Color Hex

#AFFBEB
(175,251,235)
0 Favorites   0 Comments

Color spaces of #affbeb

RGB 175251235
HSL0.460.900.84
HSV167°30°98°
CMYK 0.300.000.06   0.02
XYZ67.171884.106591.2911
Yxy84.10650.27690.3467
Hunter Lab91.7096-29.75125.1773
CIE-Lab93.4967-26.60020.1971

#affbeb color RGB value is (175,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 11101011
Octal 257 373 353
Decimal 175 251 235
Hex AF FB EB

RGB Percentages of Color #affbeb

%26.48
%37.97
%35.55

CMYK Percentages of Color #affbeb

%30
%0
%6
%2

Triadic Colors of #affbeb

#affbeb #ebaffb #fbebaf

Analogous Colors of #affbeb

#affbeb #afe5fb #affbc5

Monochromatic Colors of #affbeb

#affbeb

Complementary Color

#affbeb #fbafbf

#affbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbeb Color CSS Codes

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

#affbeb Text Font Color

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

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


#affbeb Background Color

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

This div background color is #affbeb


#affbeb Border Color

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

This div border color is #affbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbeb


Comments

No comments written yet.

Please login to write comment.