Color Hex Logo

#ffd8ca Color Hex

#FFD8CA
(255,216,202)
2 Favorites   0 Comments

Color spaces of #ffd8ca

RGB 255216202
HSL0.041.000.90
HSV16°21°100°
CMYK 0.000.150.21   0.00
XYZ76.456574.636066.2536
Yxy74.63600.35180.3434
Hunter Lab86.39216.785215.0053
CIE-Lab89.222211.465711.9397

#ffd8ca color RGB value is (255,216,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 11001010
Octal 377 330 312
Decimal 255 216 202
Hex FF D8 CA

RGB Percentages of Color #ffd8ca

%37.89
%32.10
%30.01

CMYK Percentages of Color #ffd8ca

%0
%15
%21
%0

Triadic Colors of #ffd8ca

#ffd8ca #caffd8 #d8caff

Analogous Colors of #ffd8ca

#ffd8ca #fff3ca #ffcad7

Monochromatic Colors of #ffd8ca

#ffd8ca

Complementary Color

#ffd8ca #caf1ff

#ffd8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd8ca Color CSS Codes

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

#ffd8ca Text Font Color

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

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


#ffd8ca Background Color

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

This div background color is #ffd8ca


#ffd8ca Border Color

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

This div border color is #ffd8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd8ca

Related Colors


Comments

No comments written yet.

Please login to write comment.