Color Hex Logo

#d3feca Color Hex

#D3FECA
(211,254,202)
0 Favorites   0 Comments

Color spaces of #d3feca

RGB 211254202
HSL0.300.960.89
HSV110°20°100°
CMYK 0.170.000.20   0.00
XYZ72.966488.996869.2095
Yxy88.99680.31560.3850
Hunter Lab94.3381-27.029822.5396
CIE-Lab95.5791-23.120720.4160

#d3feca color RGB value is (211,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111110 11001010
Octal 323 376 312
Decimal 211 254 202
Hex D3 FE CA

RGB Percentages of Color #d3feca

%31.63
%38.08
%30.28

CMYK Percentages of Color #d3feca

%17
%0
%20
%0

Triadic Colors of #d3feca

#d3feca #cad3fe #fecad3

Analogous Colors of #d3feca

#d3feca #cafedb #edfeca

Monochromatic Colors of #d3feca

#d3feca

Complementary Color

#d3feca #f5cafe

#d3feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3feca Color CSS Codes

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

#d3feca Text Font Color

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

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


#d3feca Background Color

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

This div background color is #d3feca


#d3feca Border Color

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

This div border color is #d3feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3feca

Related Colors


Comments

No comments written yet.

Please login to write comment.