color codes Logo

#d3e75f color codes

#D3E75F
(211,231,95)
0 Favorites   0 Comments

Color spaces of #d3e75f

RGB 21123195
HSL0.190.740.64
HSV69°59°91°
CMYK 0.090.000.59   0.09
XYZ57.505471.826921.6596
Yxy71.82690.38090.4757
Hunter Lab84.7508-27.197344.1729
CIE-Lab87.8852-24.891762.3616

#d3e75f color RGB value is (211,231,95).

#d3e75f hex color red value is 211, green value is 231 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d3e75f hue: 0.19 , saturation: 0.74 and the lightness value of d3e75f is 0.64.

The process color (four color CMYK) of #d3e75f color code is 0.09, 0.00, 0.59, 0.09. Web safe color of #d3e75f is #ccff66. Color #d3e75f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11100111 01011111
Octal 323 347 137
Decimal 211 231 95
Hex D3 E7 5F

RGB Percentages of Color #d3e75f

%39.29
%43.02
%17.69

CMYK Percentages of Color #d3e75f

%9
%0
%59
%9

Triadic Colors of #d3e75f

#d3e75f #5fd3e7 #e75fd3

Analogous Colors of #d3e75f

#d3e75f #8fe75f #e7b75f

Monochromatic Colors of #d3e75f

#d3e75f

Complementary Color

#d3e75f #735fe7

#d3e75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3e75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3e75f Color CSS Codes

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

#d3e75f Text Font Color

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

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


#d3e75f Background Color

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

This div background color is #d3e75f


#d3e75f Border Color

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

This div border color is #d3e75f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,231,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d3e75f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3e75f


Comments

No comments written yet.

Please login to write comment.