Color Hex Logo

#d5faca Color Hex

#D5FACA
(213,250,202)
0 Favorites   0 Comments

Color spaces of #d5faca

RGB 213250202
HSL0.300.830.89
HSV106°19°98°
CMYK 0.150.000.19   0.02
XYZ72.286886.781668.8177
Yxy86.78160.31720.3808
Hunter Lab93.1566-24.513421.4103
CIE-Lab94.6455-20.522619.1315

#d5faca color RGB value is (213,250,202).

#d5faca hex color red value is 213, green value is 250 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d5faca hue: 0.30 , saturation: 0.83 and the lightness value of d5faca is 0.89.

The process color (four color CMYK) of #d5faca color hex is 0.15, 0.00, 0.19, 0.02. Web safe color of #d5faca is #ccffcc. Color #d5faca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111010 11001010
Octal 325 372 312
Decimal 213 250 202
Hex D5 FA CA

RGB Percentages of Color #d5faca

%32.03
%37.59
%30.38

CMYK Percentages of Color #d5faca

%15
%0
%19
%2

Triadic Colors of #d5faca

#d5faca #cad5fa #facad5

Analogous Colors of #d5faca

#d5faca #cafad7 #edfaca

Monochromatic Colors of #d5faca

#d5faca

Complementary Color

#d5faca #efcafa

#d5faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5faca Color CSS Codes

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

#d5faca Text Font Color

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

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


#d5faca Background Color

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

This div background color is #d5faca


#d5faca Border Color

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

This div border color is #d5faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5faca


Comments

No comments written yet.

Please login to write comment.