Color Hex Logo

#dce44b Color Hex

#DCE44B
(220,228,75)
0 Favorites   0 Comments

Color spaces of #dce44b

RGB 22022875
HSL0.180.740.59
HSV63°67°89°
CMYK 0.040.000.67   0.11
XYZ58.528671.210417.3168
Yxy71.21040.39800.4842
Hunter Lab84.3863-23.872046.9036
CIE-Lab87.5871-21.113570.2393

#dce44b color RGB value is (220,228,75).

#dce44b hex color red value is 220, green value is 228 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dce44b hue: 0.18 , saturation: 0.74 and the lightness value of dce44b is 0.59.

The process color (four color CMYK) of #dce44b color hex is 0.04, 0.00, 0.67, 0.11. Web safe color of #dce44b is #cccc33. Color #dce44b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01001011
Octal 334 344 113
Decimal 220 228 75
Hex DC E4 4B

RGB Percentages of Color #dce44b

%42.07
%43.59
%14.34

CMYK Percentages of Color #dce44b

%4
%0
%67
%11

Triadic Colors of #dce44b

#dce44b #4bdce4 #e44bdc

Analogous Colors of #dce44b

#dce44b #90e44b #e4a04b

Monochromatic Colors of #dce44b

#dce44b

Complementary Color

#dce44b #534be4

#dce44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce44b Color CSS Codes

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

#dce44b Text Font Color

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

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


#dce44b Background Color

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

This div background color is #dce44b


#dce44b Border Color

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

This div border color is #dce44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce44b


Comments

No comments written yet.

Please login to write comment.