Color Hex Logo

#d4eb0b Color Hex

#D4EB0B
(212,235,11)
0 Favorites   0 Comments

Color spaces of #d4eb0b

RGB 21223511
HSL0.180.910.48
HSV66°95°92°
CMYK 0.100.000.95   0.08
XYZ56.920173.437911.4915
Yxy73.43790.40130.5177
Hunter Lab85.6959-31.406352.0366
CIE-Lab88.6561-29.654485.9263

#d4eb0b color RGB value is (212,235,11).

#d4eb0b hex color red value is 212, green value is 235 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d4eb0b hue: 0.18 , saturation: 0.91 and the lightness value of d4eb0b is 0.48.

The process color (four color CMYK) of #d4eb0b color hex is 0.10, 0.00, 0.95, 0.08. Web safe color of #d4eb0b is #ccff00. Color #d4eb0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 00001011
Octal 324 353 13
Decimal 212 235 11
Hex D4 EB B

RGB Percentages of Color #d4eb0b

%46.29
%51.31
%2.40

CMYK Percentages of Color #d4eb0b

%10
%0
%95
%8

Triadic Colors of #d4eb0b

#d4eb0b #0bd4eb #eb0bd4

Analogous Colors of #d4eb0b

#d4eb0b #64eb0b #eb920b

Monochromatic Colors of #d4eb0b

#d4eb0b

Complementary Color

#d4eb0b #220beb

#d4eb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eb0b Color CSS Codes

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

#d4eb0b Text Font Color

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

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


#d4eb0b Background Color

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

This div background color is #d4eb0b


#d4eb0b Border Color

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

This div border color is #d4eb0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,235,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4eb0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4eb0b;
  -webkit-box-shadow: 1px 1px 3px 2px #d4eb0b;
  box-shadow:         1px 1px 3px 2px #d4eb0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,235,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eb0b


Comments

No comments written yet.

Please login to write comment.