Color Hex Logo

#fdcab2 Color Hex

#FDCAB2
(253,202,178)
0 Favorites   0 Comments

Color spaces of #fdcab2

RGB 253202178
HSL0.050.950.85
HSV19°30°99°
CMYK 0.000.200.30   0.01
XYZ69.664466.338151.2523
Yxy66.33810.37200.3543
Hunter Lab81.448210.140519.7048
CIE-Lab85.168614.739218.8507

#fdcab2 color RGB value is (253,202,178).

#fdcab2 hex color red value is 253, green value is 202 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #fdcab2 hue: 0.05 , saturation: 0.95 and the lightness value of fdcab2 is 0.85.

The process color (four color CMYK) of #fdcab2 color hex is 0.00, 0.20, 0.30, 0.01. Web safe color of #fdcab2 is #ffcc99. Color #fdcab2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 10110010
Octal 375 312 262
Decimal 253 202 178
Hex FD CA B2

RGB Percentages of Color #fdcab2

%39.97
%31.91
%28.12

CMYK Percentages of Color #fdcab2

%0
%20
%30
%1

Triadic Colors of #fdcab2

#fdcab2 #b2fdca #cab2fd

Analogous Colors of #fdcab2

#fdcab2 #fdf0b2 #fdb2c0

Monochromatic Colors of #fdcab2

#fdcab2

Complementary Color

#fdcab2 #b2e5fd

#fdcab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcab2 Color CSS Codes

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

#fdcab2 Text Font Color

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

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


#fdcab2 Background Color

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

This div background color is #fdcab2


#fdcab2 Border Color

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

This div border color is #fdcab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcab2

Related Colors


Comments

No comments written yet.

Please login to write comment.