Color Hex Logo

#d5feca Color Hex

#D5FECA
(213,254,202)
0 Favorites   0 Comments

Color spaces of #d5feca

RGB 213254202
HSL0.300.960.89
HSV107°20°100°
CMYK 0.160.000.20   0.00
XYZ73.543189.294069.2365
Yxy89.29400.31690.3848
Hunter Lab94.4955-26.445822.7053
CIE-Lab95.7031-22.452520.6075

#d5feca color RGB value is (213,254,202).

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

The process color (four color CMYK) of #d5feca color hex is 0.16, 0.00, 0.20, 0.00. Web safe color of #d5feca is #ccffcc. Color #d5feca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111110 11001010
Octal 325 376 312
Decimal 213 254 202
Hex D5 FE CA

RGB Percentages of Color #d5feca

%31.84
%37.97
%30.19

CMYK Percentages of Color #d5feca

%16
%0
%20
%0

Triadic Colors of #d5feca

#d5feca #cad5fe #fecad5

Analogous Colors of #d5feca

#d5feca #cafed9 #effeca

Monochromatic Colors of #d5feca

#d5feca

Complementary Color

#d5feca #f3cafe

#d5feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5feca Color CSS Codes

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

#d5feca Text Font Color

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

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


#d5feca Background Color

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

This div background color is #d5feca


#d5feca Border Color

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

This div border color is #d5feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5feca

Related Colors


Comments

No comments written yet.

Please login to write comment.