Color Hex Logo

#dcda88 Color Hex

#DCDA88
(220,218,136)
0 Favorites   0 Comments

Color spaces of #dcda88

RGB 220218136
HSL0.160.550.70
HSV59°38°86°
CMYK 0.000.010.38   0.14
XYZ59.030567.136033.1399
Yxy67.13600.37050.4214
Hunter Lab81.9366-14.790233.3753
CIE-Lab85.5726-11.217640.5927

#dcda88 color RGB value is (220,218,136).

#dcda88 hex color red value is 220, green value is 218 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dcda88 hue: 0.16 , saturation: 0.55 and the lightness value of dcda88 is 0.70.

The process color (four color CMYK) of #dcda88 color hex is 0.00, 0.01, 0.38, 0.14. Web safe color of #dcda88 is #cccc99. Color #dcda88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10001000
Octal 334 332 210
Decimal 220 218 136
Hex DC DA 88

RGB Percentages of Color #dcda88

%38.33
%37.98
%23.69

CMYK Percentages of Color #dcda88

%0
%1
%38
%14

Triadic Colors of #dcda88

#dcda88 #88dcda #da88dc

Analogous Colors of #dcda88

#dcda88 #b4dc88 #dcb088

Monochromatic Colors of #dcda88

#dcda88

Complementary Color

#dcda88 #888adc

#dcda88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda88 Color CSS Codes

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

#dcda88 Text Font Color

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

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


#dcda88 Background Color

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

This div background color is #dcda88


#dcda88 Border Color

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

This div border color is #dcda88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,218,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcda88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcda88;
  -webkit-box-shadow: 1px 1px 3px 2px #dcda88;
  box-shadow:         1px 1px 3px 2px #dcda88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda88


Comments

No comments written yet.

Please login to write comment.