Color Hex Logo

#d4dd30 Color Hex

#D4DD30
(212,221,48)
0 Favorites   0 Comments

Color spaces of #d4dd30

RGB 21222148
HSL0.180.720.53
HSV63°78°87°
CMYK 0.040.000.78   0.13
XYZ53.541365.923412.6989
Yxy65.92340.40510.4988
Hunter Lab81.1932-24.379847.5621
CIE-Lab84.9573-22.221076.3484

#d4dd30 color RGB value is (212,221,48).

#d4dd30 hex color red value is 212, green value is 221 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d4dd30 hue: 0.18 , saturation: 0.72 and the lightness value of d4dd30 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011101 00110000
Octal 324 335 60
Decimal 212 221 48
Hex D4 DD 30

RGB Percentages of Color #d4dd30

%44.07
%45.95
%9.98

CMYK Percentages of Color #d4dd30

%4
%0
%78
%13

Triadic Colors of #d4dd30

#d4dd30 #30d4dd #dd30d4

Analogous Colors of #d4dd30

#d4dd30 #7edd30 #dd9030

Monochromatic Colors of #d4dd30

#d4dd30

Complementary Color

#d4dd30 #3930dd

#d4dd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dd30 Color CSS Codes

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

#d4dd30 Text Font Color

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

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


#d4dd30 Background Color

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

This div background color is #d4dd30


#d4dd30 Border Color

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

This div border color is #d4dd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dd30


Comments

No comments written yet.

Please login to write comment.