Color Hex Logo

#dce72f Color Hex

#DCE72F
(220,231,47)
0 Favorites   0 Comments

Color spaces of #dce72f

RGB 22023147
HSL0.180.790.55
HSV64°80°91°
CMYK 0.050.000.80   0.09
XYZ58.604272.572713.6085
Yxy72.57270.40480.5012
Hunter Lab85.1896-26.286950.1615
CIE-Lab88.2435-23.759779.7348

#dce72f color RGB value is (220,231,47).

#dce72f hex color red value is 220, green value is 231 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dce72f hue: 0.18 , saturation: 0.79 and the lightness value of dce72f is 0.55.

The process color (four color CMYK) of #dce72f color hex is 0.05, 0.00, 0.80, 0.09. Web safe color of #dce72f is #ccff33. Color #dce72f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 00101111
Octal 334 347 57
Decimal 220 231 47
Hex DC E7 2F

RGB Percentages of Color #dce72f

%44.18
%46.39
%9.44

CMYK Percentages of Color #dce72f

%5
%0
%80
%9

Triadic Colors of #dce72f

#dce72f #2fdce7 #e72fdc

Analogous Colors of #dce72f

#dce72f #80e72f #e7962f

Monochromatic Colors of #dce72f

#dce72f

Complementary Color

#dce72f #3a2fe7

#dce72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce72f Color CSS Codes

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

#dce72f Text Font Color

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

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


#dce72f Background Color

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

This div background color is #dce72f


#dce72f Border Color

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

This div border color is #dce72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce72f


Comments

No comments written yet.

Please login to write comment.