Color Hex Logo

#d7feca Color Hex

#D7FECA
(215,254,202)
0 Favorites   0 Comments

Color spaces of #d7feca

RGB 215254202
HSL0.290.960.89
HSV105°20°100°
CMYK 0.150.000.20   0.00
XYZ74.126889.595069.2638
Yxy89.59500.31820.3846
Hunter Lab94.6546-25.857122.8726
CIE-Lab95.8285-21.781720.8011

#d7feca color RGB value is (215,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111110 11001010
Octal 327 376 312
Decimal 215 254 202
Hex D7 FE CA

RGB Percentages of Color #d7feca

%32.04
%37.85
%30.10

CMYK Percentages of Color #d7feca

%15
%0
%20
%0

Triadic Colors of #d7feca

#d7feca #cad7fe #fecad7

Analogous Colors of #d7feca

#d7feca #cafed7 #f1feca

Monochromatic Colors of #d7feca

#d7feca

Complementary Color

#d7feca #f1cafe

#d7feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7feca Color CSS Codes

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

#d7feca Text Font Color

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

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


#d7feca Background Color

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

This div background color is #d7feca


#d7feca Border Color

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

This div border color is #d7feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7feca


Comments

No comments written yet.

Please login to write comment.