Color Hex Logo

#ddd635 Color Hex

#DDD635
(221,214,53)
0 Favorites   0 Comments

Color spaces of #ddd635

RGB 22121453
HSL0.160.710.54
HSV58°76°87°
CMYK 0.000.030.76   0.13
XYZ54.508063.722312.7949
Yxy63.72230.41600.4863
Hunter Lab79.8262-17.810246.3751
CIE-Lab83.8210-14.852574.1436

#ddd635 color RGB value is (221,214,53).

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

The process color (four color CMYK) of #ddd635 color hex is 0.00, 0.03, 0.76, 0.13. Web safe color of #ddd635 is #cccc33. Color #ddd635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 00110101
Octal 335 326 65
Decimal 221 214 53
Hex DD D6 35

RGB Percentages of Color #ddd635

%45.29
%43.85
%10.86

CMYK Percentages of Color #ddd635

%0
%3
%76
%13

Triadic Colors of #ddd635

#ddd635 #35ddd6 #d635dd

Analogous Colors of #ddd635

#ddd635 #90dd35 #dd8235

Monochromatic Colors of #ddd635

#ddd635

Complementary Color

#ddd635 #353cdd

#ddd635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd635 Color CSS Codes

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

#ddd635 Text Font Color

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

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


#ddd635 Background Color

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

This div background color is #ddd635


#ddd635 Border Color

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

This div border color is #ddd635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd635


Comments

No comments written yet.

Please login to write comment.