Color Hex Logo

#ffcae5 Color Hex

#FFCAE5
(255,202,229)
0 Favorites   0 Comments

Color spaces of #ffcae5

RGB 255202229
HSL0.921.000.90
HSV329°21°100°
CMYK 0.000.210.10   0.00
XYZ76.503469.158283.4454
Yxy69.15820.33390.3019
Hunter Lab83.161418.6766-1.2795
CIE-Lab86.582322.9395-6.1591

#ffcae5 color RGB value is (255,202,229).

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

The process color (four color CMYK) of #ffcae5 color hex is 0.00, 0.21, 0.10, 0.00. Web safe color of #ffcae5 is #ffcccc. Color #ffcae5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11100101
Octal 377 312 345
Decimal 255 202 229
Hex FF CA E5

RGB Percentages of Color #ffcae5

%37.17
%29.45
%33.38

CMYK Percentages of Color #ffcae5

%0
%21
%10
%0

Triadic Colors of #ffcae5

#ffcae5 #e5ffca #cae5ff

Analogous Colors of #ffcae5

#ffcae5 #ffcacb #ffcaff

Monochromatic Colors of #ffcae5

#ffcae5

Complementary Color

#ffcae5 #caffe4

#ffcae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcae5 Color CSS Codes

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

#ffcae5 Text Font Color

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

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


#ffcae5 Background Color

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

This div background color is #ffcae5


#ffcae5 Border Color

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

This div border color is #ffcae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcae5


Comments

No comments written yet.

Please login to write comment.