Color Hex Logo

#ff5cae Color Hex

#FF5CAE
(255,92,174)
0 Favorites   0 Comments

Color spaces of #ff5cae

RGB 25592174
HSL0.921.000.68
HSV330°64°100°
CMYK 0.000.640.32   0.00
XYZ52.707131.970343.4373
Yxy31.97030.41140.2495
Hunter Lab56.542367.4436-5.9686
CIE-Lab63.318368.8947-10.4747

#ff5cae color RGB value is (255,92,174).

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

The process color (four color CMYK) of #ff5cae color hex is 0.00, 0.64, 0.32, 0.00. Web safe color of #ff5cae is #ff6699. Color #ff5cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011100 10101110
Octal 377 134 256
Decimal 255 92 174
Hex FF 5C AE

RGB Percentages of Color #ff5cae

%48.94
%17.66
%33.40

CMYK Percentages of Color #ff5cae

%0
%64
%32
%0

Triadic Colors of #ff5cae

#ff5cae #aeff5c #5caeff

Analogous Colors of #ff5cae

#ff5cae #ff5c5d #ff5cff

Monochromatic Colors of #ff5cae

#ff5cae

Complementary Color

#ff5cae #5cffad

#ff5cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5cae Color CSS Codes

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

#ff5cae Text Font Color

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

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


#ff5cae Background Color

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

This div background color is #ff5cae


#ff5cae Border Color

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

This div border color is #ff5cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5cae

Related Colors


Comments

No comments written yet.

Please login to write comment.