Color Hex Logo

#dce31b Color Hex

#DCE31B
(220,227,27)
0 Favorites   0 Comments

Color spaces of #dce31b

RGB 22022727
HSL0.170.790.50
HSV62°88°89°
CMYK 0.030.000.88   0.11
XYZ57.182170.232911.5794
Yxy70.23290.41140.5053
Hunter Lab83.8051-24.864350.4714
CIE-Lab87.1110-22.348583.0218

#dce31b color RGB value is (220,227,27).

#dce31b hex color red value is 220, green value is 227 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dce31b hue: 0.17 , saturation: 0.79 and the lightness value of dce31b is 0.50.

The process color (four color CMYK) of #dce31b color hex is 0.03, 0.00, 0.88, 0.11. Web safe color of #dce31b is #cccc33. Color #dce31b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 00011011
Octal 334 343 33
Decimal 220 227 27
Hex DC E3 1B

RGB Percentages of Color #dce31b

%46.41
%47.89
%5.70

CMYK Percentages of Color #dce31b

%3
%0
%88
%11

Triadic Colors of #dce31b

#dce31b #1bdce3 #e31bdc

Analogous Colors of #dce31b

#dce31b #78e31b #e3861b

Monochromatic Colors of #dce31b

#dce31b

Complementary Color

#dce31b #221be3

#dce31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce31b Color CSS Codes

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

#dce31b Text Font Color

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

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


#dce31b Background Color

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

This div background color is #dce31b


#dce31b Border Color

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

This div border color is #dce31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce31b


Comments

No comments written yet.

Please login to write comment.