Color Hex Logo

#ddb252 Color Hex

#DDB252
(221,178,82)
0 Favorites   0 Comments

Color spaces of #ddb252

RGB 22117882
HSL0.120.670.59
HSV41°63°87°
CMYK 0.000.190.63   0.13
XYZ47.262247.822114.7223
Yxy47.82210.43040.4355
Hunter Lab69.15350.975235.7850
CIE-Lab74.71265.119153.7487

#ddb252 color RGB value is (221,178,82).

#ddb252 hex color red value is 221, green value is 178 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ddb252 hue: 0.12 , saturation: 0.67 and the lightness value of ddb252 is 0.59.

The process color (four color CMYK) of #ddb252 color hex is 0.00, 0.19, 0.63, 0.13. Web safe color of #ddb252 is #cc9966. Color #ddb252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 01010010
Octal 335 262 122
Decimal 221 178 82
Hex DD B2 52

RGB Percentages of Color #ddb252

%45.95
%37.01
%17.05

CMYK Percentages of Color #ddb252

%0
%19
%63
%13

Triadic Colors of #ddb252

#ddb252 #52ddb2 #b252dd

Analogous Colors of #ddb252

#ddb252 #c3dd52 #dd6d52

Monochromatic Colors of #ddb252

#ddb252

Complementary Color

#ddb252 #527ddd

#ddb252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb252 Color CSS Codes

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

#ddb252 Text Font Color

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

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


#ddb252 Background Color

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

This div background color is #ddb252


#ddb252 Border Color

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

This div border color is #ddb252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb252


Comments

No comments written yet.

Please login to write comment.