Color Hex Logo

#d0e91a Color Hex

#D0E91A
(208,233,26)
0 Favorites   0 Comments

Color spaces of #d0e91a

RGB 20823326
HSL0.190.820.51
HSV67°89°91°
CMYK 0.110.000.89   0.09
XYZ55.337871.762311.9122
Yxy71.76230.39810.5162
Hunter Lab84.7126-31.643550.9615
CIE-Lab87.8541-30.139183.4038

#d0e91a color RGB value is (208,233,26).

#d0e91a hex color red value is 208, green value is 233 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d0e91a hue: 0.19 , saturation: 0.82 and the lightness value of d0e91a is 0.51.

The process color (four color CMYK) of #d0e91a color hex is 0.11, 0.00, 0.89, 0.09. Web safe color of #d0e91a is #ccff33. Color #d0e91a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101001 00011010
Octal 320 351 32
Decimal 208 233 26
Hex D0 E9 1A

RGB Percentages of Color #d0e91a

%44.54
%49.89
%5.57

CMYK Percentages of Color #d0e91a

%11
%0
%89
%9

Triadic Colors of #d0e91a

#d0e91a #1ad0e9 #e91ad0

Analogous Colors of #d0e91a

#d0e91a #69e91a #e99b1a

Monochromatic Colors of #d0e91a

#d0e91a

Complementary Color

#d0e91a #331ae9

#d0e91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e91a Color CSS Codes

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

#d0e91a Text Font Color

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

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


#d0e91a Background Color

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

This div background color is #d0e91a


#d0e91a Border Color

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

This div border color is #d0e91a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0e91a


Comments

No comments written yet.

Please login to write comment.