Color Hex Logo

#ffadea Color Hex

#FFADEA
(255,173,234)
0 Favorites   0 Comments

Color spaces of #ffadea

RGB 255173234
HSL0.881.000.84
HSV315°32°100°
CMYK 0.000.320.08   0.00
XYZ71.034957.087785.1170
Yxy57.08770.33310.2677
Hunter Lab75.556435.5944-13.9028
CIE-Lab80.228938.9680-18.3273

#ffadea color RGB value is (255,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11101010
Octal 377 255 352
Decimal 255 173 234
Hex FF AD EA

RGB Percentages of Color #ffadea

%38.52
%26.13
%35.35

CMYK Percentages of Color #ffadea

%0
%32
%8
%0

Triadic Colors of #ffadea

#ffadea #eaffad #adeaff

Analogous Colors of #ffadea

#ffadea #ffadc1 #ebadff

Monochromatic Colors of #ffadea

#ffadea

Complementary Color

#ffadea #adffc2

#ffadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadea Color CSS Codes

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

#ffadea Text Font Color

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

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


#ffadea Background Color

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

This div background color is #ffadea


#ffadea Border Color

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

This div border color is #ffadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadea


Comments

No comments written yet.

Please login to write comment.