Color Hex Logo

#dcce27 Color Hex

#DCCE27
(220,206,39)
0 Favorites   0 Comments

Color spaces of #dcce27

RGB 22020639
HSL0.150.720.51
HSV55°82°86°
CMYK 0.000.060.82   0.14
XYZ51.952759.504710.6668
Yxy59.50470.42540.4872
Hunter Lab77.1393-14.775445.7989
CIE-Lab81.5682-11.737976.0231

#dcce27 color RGB value is (220,206,39).

#dcce27 hex color red value is 220, green value is 206 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #dcce27 hue: 0.15 , saturation: 0.72 and the lightness value of dcce27 is 0.51.

The process color (four color CMYK) of #dcce27 color hex is 0.00, 0.06, 0.82, 0.14. Web safe color of #dcce27 is #cccc33. Color #dcce27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 00100111
Octal 334 316 47
Decimal 220 206 39
Hex DC CE 27

RGB Percentages of Color #dcce27

%47.31
%44.30
%8.39

CMYK Percentages of Color #dcce27

%0
%6
%82
%14

Triadic Colors of #dcce27

#dcce27 #27dcce #ce27dc

Analogous Colors of #dcce27

#dcce27 #90dc27 #dc7427

Monochromatic Colors of #dcce27

#dcce27

Complementary Color

#dcce27 #2735dc

#dcce27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce27 Color CSS Codes

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

#dcce27 Text Font Color

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

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


#dcce27 Background Color

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

This div background color is #dcce27


#dcce27 Border Color

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

This div border color is #dcce27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce27


Comments

No comments written yet.

Please login to write comment.