Color Hex Logo

#d5de2b Color Hex

#D5DE2B
(213,222,43)
0 Favorites   0 Comments

Color spaces of #d5de2b

RGB 21322243
HSL0.180.730.52
HSV63°81°87°
CMYK 0.040.000.81   0.13
XYZ53.997966.563112.2875
Yxy66.56310.40650.5010
Hunter Lab81.5862-24.635548.1808
CIE-Lab85.2828-22.453577.9765

#d5de2b color RGB value is (213,222,43).

#d5de2b hex color red value is 213, green value is 222 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d5de2b hue: 0.18 , saturation: 0.73 and the lightness value of d5de2b is 0.52.

The process color (four color CMYK) of #d5de2b color hex is 0.04, 0.00, 0.81, 0.13. Web safe color of #d5de2b is #cccc33. Color #d5de2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011110 00101011
Octal 325 336 53
Decimal 213 222 43
Hex D5 DE 2B

RGB Percentages of Color #d5de2b

%44.56
%46.44
%9.00

CMYK Percentages of Color #d5de2b

%4
%0
%81
%13

Triadic Colors of #d5de2b

#d5de2b #2bd5de #de2bd5

Analogous Colors of #d5de2b

#d5de2b #7cde2b #de8e2b

Monochromatic Colors of #d5de2b

#d5de2b

Complementary Color

#d5de2b #342bde

#d5de2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5de2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5de2b Color CSS Codes

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

#d5de2b Text Font Color

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

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


#d5de2b Background Color

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

This div background color is #d5de2b


#d5de2b Border Color

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

This div border color is #d5de2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,222,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5de2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5de2b;
  -webkit-box-shadow: 1px 1px 3px 2px #d5de2b;
  box-shadow:         1px 1px 3px 2px #d5de2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,222,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5de2b


Comments

No comments written yet.

Please login to write comment.