Color Hex Logo

#d8feca Color Hex

#D8FECA
(216,254,202)
0 Favorites   0 Comments

Color spaces of #d8feca

RGB 216254202
HSL0.290.960.89
HSV104°20°100°
CMYK 0.150.000.20   0.00
XYZ74.421489.746869.2776
Yxy89.74680.31880.3844
Hunter Lab94.7348-25.560522.9568
CIE-Lab95.8916-21.444920.8985

#d8feca color RGB value is (216,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111110 11001010
Octal 330 376 312
Decimal 216 254 202
Hex D8 FE CA

RGB Percentages of Color #d8feca

%32.14
%37.80
%30.06

CMYK Percentages of Color #d8feca

%15
%0
%20
%0

Triadic Colors of #d8feca

#d8feca #cad8fe #fecad8

Analogous Colors of #d8feca

#d8feca #cafed6 #f2feca

Monochromatic Colors of #d8feca

#d8feca

Complementary Color

#d8feca #f0cafe

#d8feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8feca Color CSS Codes

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

#d8feca Text Font Color

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

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


#d8feca Background Color

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

This div background color is #d8feca


#d8feca Border Color

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

This div border color is #d8feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8feca

Related Colors


Comments

No comments written yet.

Please login to write comment.