Color Hex Logo

#ffcaea Color Hex

#FFCAEA
(255,202,234)
0 Favorites   0 Comments

Color spaces of #ffcaea

RGB 255202234
HSL0.901.000.90
HSV324°21°100°
CMYK 0.000.210.08   0.00
XYZ77.211869.441687.1760
Yxy69.44160.33020.2970
Hunter Lab83.331619.5607-3.6931
CIE-Lab86.722323.7676-8.6056

#ffcaea color RGB value is (255,202,234).

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

The process color (four color CMYK) of #ffcaea color hex is 0.00, 0.21, 0.08, 0.00. Web safe color of #ffcaea is #ffccff. Color #ffcaea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11101010
Octal 377 312 352
Decimal 255 202 234
Hex FF CA EA

RGB Percentages of Color #ffcaea

%36.90
%29.23
%33.86

CMYK Percentages of Color #ffcaea

%0
%21
%8
%0

Triadic Colors of #ffcaea

#ffcaea #eaffca #caeaff

Analogous Colors of #ffcaea

#ffcaea #ffcad0 #facaff

Monochromatic Colors of #ffcaea

#ffcaea

Complementary Color

#ffcaea #caffdf

#ffcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcaea Color CSS Codes

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

#ffcaea Text Font Color

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

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


#ffcaea Background Color

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

This div background color is #ffcaea


#ffcaea Border Color

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

This div border color is #ffcaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcaea

Related Colors

#ffcaea Color Palettes


Comments

No comments written yet.

Please login to write comment.