Color Hex Logo

#d1e114 Color Hex

#D1E114
(209,225,20)
0 Favorites   0 Comments

Color spaces of #d1e114

RGB 20922520
HSL0.180.840.48
HSV65°91°88°
CMYK 0.070.000.91   0.12
XYZ53.346067.456210.8705
Yxy67.45620.40510.5123
Hunter Lab82.1317-27.791649.6449
CIE-Lab85.7338-26.070682.6219

#d1e114 color RGB value is (209,225,20).

#d1e114 hex color red value is 209, green value is 225 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d1e114 hue: 0.18 , saturation: 0.84 and the lightness value of d1e114 is 0.48.

The process color (four color CMYK) of #d1e114 color hex is 0.07, 0.00, 0.91, 0.12. Web safe color of #d1e114 is #cccc00. Color #d1e114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11100001 00010100
Octal 321 341 24
Decimal 209 225 20
Hex D1 E1 14

RGB Percentages of Color #d1e114

%46.04
%49.56
%4.41

CMYK Percentages of Color #d1e114

%7
%0
%91
%12

Triadic Colors of #d1e114

#d1e114 #14d1e1 #e114d1

Analogous Colors of #d1e114

#d1e114 #6be114 #e18b14

Monochromatic Colors of #d1e114

#d1e114

Complementary Color

#d1e114 #2414e1

#d1e114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1e114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1e114 Color CSS Codes

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

#d1e114 Text Font Color

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

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


#d1e114 Background Color

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

This div background color is #d1e114


#d1e114 Border Color

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

This div border color is #d1e114


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,225,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1e114; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1e114;
  -webkit-box-shadow: 1px 1px 3px 2px #d1e114;
  box-shadow:         1px 1px 3px 2px #d1e114; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,225,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1e114


Comments

No comments written yet.

Please login to write comment.