Color Hex Logo

#ffcafe Color Hex

#FFCAFE
(255,202,254)
0 Favorites   0 Comments

Color spaces of #ffcafe

RGB 255202254
HSL0.841.000.90
HSV301°21°100°
CMYK 0.000.210.00   0.00
XYZ80.249970.6568103.1744
Yxy70.65680.31580.2781
Hunter Lab84.057623.3134-13.9337
CIE-Lab87.318027.2402-18.3073

#ffcafe color RGB value is (255,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11111110
Octal 377 312 376
Decimal 255 202 254
Hex FF CA FE

RGB Percentages of Color #ffcafe

%35.86
%28.41
%35.72

CMYK Percentages of Color #ffcafe

%0
%21
%0
%0

Triadic Colors of #ffcafe

#ffcafe #feffca #cafeff

Analogous Colors of #ffcafe

#ffcafe #ffcae4 #e6caff

Monochromatic Colors of #ffcafe

#ffcafe

Complementary Color

#ffcafe #caffcb

#ffcafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcafe Color CSS Codes

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

#ffcafe Text Font Color

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

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


#ffcafe Background Color

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

This div background color is #ffcafe


#ffcafe Border Color

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

This div border color is #ffcafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcafe

Related Colors

#ffcafe Color Palettes


Comments

No comments written yet.

Please login to write comment.