Color Hex Logo

#dde74b Color Hex

#DDE74B
(221,231,75)
0 Favorites   0 Comments

Color spaces of #dde74b

RGB 22123175
HSL0.180.760.60
HSV64°68°91°
CMYK 0.040.000.68   0.09
XYZ59.664773.032017.6085
Yxy73.03200.39700.4859
Hunter Lab85.4588-24.929647.6046
CIE-Lab88.4630-22.153971.1443

#dde74b color RGB value is (221,231,75).

#dde74b hex color red value is 221, green value is 231 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dde74b hue: 0.18 , saturation: 0.76 and the lightness value of dde74b is 0.60.

The process color (four color CMYK) of #dde74b color hex is 0.04, 0.00, 0.68, 0.09. Web safe color of #dde74b is #ccff33. Color #dde74b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 01001011
Octal 335 347 113
Decimal 221 231 75
Hex DD E7 4B

RGB Percentages of Color #dde74b

%41.94
%43.83
%14.23

CMYK Percentages of Color #dde74b

%4
%0
%68
%9

Triadic Colors of #dde74b

#dde74b #4bdde7 #e74bdd

Analogous Colors of #dde74b

#dde74b #8fe74b #e7a34b

Monochromatic Colors of #dde74b

#dde74b

Complementary Color

#dde74b #554be7

#dde74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde74b Color CSS Codes

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

#dde74b Text Font Color

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

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


#dde74b Background Color

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

This div background color is #dde74b


#dde74b Border Color

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

This div border color is #dde74b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,231,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 #dde74b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde74b


Comments

No comments written yet.

Please login to write comment.