Color Hex Logo

#ffafeb Color Hex

#FFAFEB
(255,175,235)
0 Favorites   0 Comments

Color spaces of #ffafeb

RGB 255175235
HSL0.881.000.84
HSV315°31°100°
CMYK 0.000.310.08   0.00
XYZ71.565457.918186.0047
Yxy57.91810.33210.2688
Hunter Lab76.103934.6731-13.7306
CIE-Lab80.693238.0933-18.1650

#ffafeb color RGB value is (255,175,235).

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

The process color (four color CMYK) of #ffafeb color hex is 0.00, 0.31, 0.08, 0.00. Web safe color of #ffafeb is #ff99ff. Color #ffafeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11101011
Octal 377 257 353
Decimal 255 175 235
Hex FF AF EB

RGB Percentages of Color #ffafeb

%38.35
%26.32
%35.34

CMYK Percentages of Color #ffafeb

%0
%31
%8
%0

Triadic Colors of #ffafeb

#ffafeb #ebffaf #afebff

Analogous Colors of #ffafeb

#ffafeb #ffafc3 #ebafff

Monochromatic Colors of #ffafeb

#ffafeb

Complementary Color

#ffafeb #afffc3

#ffafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafeb Color CSS Codes

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

#ffafeb Text Font Color

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

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


#ffafeb Background Color

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

This div background color is #ffafeb


#ffafeb Border Color

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

This div border color is #ffafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafeb

#ffafeb Color Palettes


Comments

No comments written yet.

Please login to write comment.