Color Hex Logo

#ffcaec Color Hex

#FFCAEC
(255,202,236)
0 Favorites   0 Comments

Color spaces of #ffcaec

RGB 255202236
HSL0.891.000.90
HSV322°21°100°
CMYK 0.000.210.07   0.00
XYZ77.500969.557288.6980
Yxy69.55720.32870.2950
Hunter Lab83.401019.9206-4.6750
CIE-Lab86.779224.1036-9.5820

#ffcaec color RGB value is (255,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11101100
Octal 377 312 354
Decimal 255 202 236
Hex FF CA EC

RGB Percentages of Color #ffcaec

%36.80
%29.15
%34.05

CMYK Percentages of Color #ffcaec

%0
%21
%7
%0

Triadic Colors of #ffcaec

#ffcaec #ecffca #caecff

Analogous Colors of #ffcaec

#ffcaec #ffcad2 #f8caff

Monochromatic Colors of #ffcaec

#ffcaec

Complementary Color

#ffcaec #caffdd

#ffcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcaec Color CSS Codes

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

#ffcaec Text Font Color

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

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


#ffcaec Background Color

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

This div background color is #ffcaec


#ffcaec Border Color

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

This div border color is #ffcaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,202,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcaec

#ffcaec Color Palettes


Comments

No comments written yet.

Please login to write comment.