Color Hex Logo

#ddd602 Color Hex

#DDD602
(221,214,2)
0 Favorites   0 Comments

Color spaces of #ddd602

RGB 2212142
HSL0.160.980.44
HSV58°99°87°
CMYK 0.000.030.99   0.13
XYZ53.876363.46979.4687
Yxy63.46970.42480.5005
Hunter Lab79.6679-18.706148.7208
CIE-Lab83.6889-15.894283.2693

#ddd602 color RGB value is (221,214,2).

#ddd602 hex color red value is 221, green value is 214 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ddd602 hue: 0.16 , saturation: 0.98 and the lightness value of ddd602 is 0.44.

The process color (four color CMYK) of #ddd602 color hex is 0.00, 0.03, 0.99, 0.13. Web safe color of #ddd602 is #cccc00. Color #ddd602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 00000010
Octal 335 326 2
Decimal 221 214 2
Hex DD D6 2

RGB Percentages of Color #ddd602

%50.57
%48.97
%0.46

CMYK Percentages of Color #ddd602

%0
%3
%99
%13

Triadic Colors of #ddd602

#ddd602 #02ddd6 #d602dd

Analogous Colors of #ddd602

#ddd602 #77dd02 #dd6902

Monochromatic Colors of #ddd602

#ddd602

Complementary Color

#ddd602 #0209dd

#ddd602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd602 Color CSS Codes

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

#ddd602 Text Font Color

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

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


#ddd602 Background Color

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

This div background color is #ddd602


#ddd602 Border Color

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

This div border color is #ddd602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd602


Comments

No comments written yet.

Please login to write comment.