Color Hex Logo

#d7e11a Color Hex

#D7E11A
(215,225,26)
0 Favorites   0 Comments

Color spaces of #d7e11a

RGB 21522526
HSL0.180.790.49
HSV63°88°88°
CMYK 0.040.000.88   0.12
XYZ55.136068.372111.2684
Yxy68.37210.40910.5073
Hunter Lab82.6874-25.679149.8013
CIE-Lab86.1922-23.483982.2937

#d7e11a color RGB value is (215,225,26).

#d7e11a hex color red value is 215, green value is 225 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d7e11a hue: 0.18 , saturation: 0.79 and the lightness value of d7e11a is 0.49.

The process color (four color CMYK) of #d7e11a color hex is 0.04, 0.00, 0.88, 0.12. Web safe color of #d7e11a is #cccc33. Color #d7e11a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11100001 00011010
Octal 327 341 32
Decimal 215 225 26
Hex D7 E1 1A

RGB Percentages of Color #d7e11a

%46.14
%48.28
%5.58

CMYK Percentages of Color #d7e11a

%4
%0
%88
%12

Triadic Colors of #d7e11a

#d7e11a #1ad7e1 #e11ad7

Analogous Colors of #d7e11a

#d7e11a #74e11a #e1881a

Monochromatic Colors of #d7e11a

#d7e11a

Complementary Color

#d7e11a #241ae1

#d7e11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7e11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7e11a Color CSS Codes

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

#d7e11a Text Font Color

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

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


#d7e11a Background Color

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

This div background color is #d7e11a


#d7e11a Border Color

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

This div border color is #d7e11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7e11a


Comments

No comments written yet.

Please login to write comment.