Color Hex Logo

#ffcaeb Color Hex

#FFCAEB
(255,202,235)
0 Favorites   0 Comments

Color spaces of #ffcaeb

RGB 255202235
HSL0.901.000.90
HSV323°21°100°
CMYK 0.000.210.08   0.00
XYZ77.355969.499287.9349
Yxy69.49920.32950.2960
Hunter Lab83.366219.7402-4.1829
CIE-Lab86.750723.9352-9.0940

#ffcaeb color RGB value is (255,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11101011
Octal 377 312 353
Decimal 255 202 235
Hex FF CA EB

RGB Percentages of Color #ffcaeb

%36.85
%29.19
%33.96

CMYK Percentages of Color #ffcaeb

%0
%21
%8
%0

Triadic Colors of #ffcaeb

#ffcaeb #ebffca #caebff

Analogous Colors of #ffcaeb

#ffcaeb #ffcad1 #f9caff

Monochromatic Colors of #ffcaeb

#ffcaeb

Complementary Color

#ffcaeb #caffde

#ffcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcaeb Color CSS Codes

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

#ffcaeb Text Font Color

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

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


#ffcaeb Background Color

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

This div background color is #ffcaeb


#ffcaeb Border Color

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

This div border color is #ffcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcaeb

Related Colors

#ffcaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.