Color Hex Logo

#dde33f Color Hex

#DDE33F
(221,227,63)
0 Favorites   0 Comments

Color spaces of #dde33f

RGB 22122763
HSL0.170.750.57
HSV62°72°89°
CMYK 0.030.000.72   0.11
XYZ58.185170.669215.2765
Yxy70.66920.40370.4903
Hunter Lab84.0650-23.565948.0712
CIE-Lab87.3240-20.813374.2204

#dde33f color RGB value is (221,227,63).

#dde33f hex color red value is 221, green value is 227 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dde33f hue: 0.17 , saturation: 0.75 and the lightness value of dde33f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 00111111
Octal 335 343 77
Decimal 221 227 63
Hex DD E3 3F

RGB Percentages of Color #dde33f

%43.25
%44.42
%12.33

CMYK Percentages of Color #dde33f

%3
%0
%72
%11

Triadic Colors of #dde33f

#dde33f #3fdde3 #e33fdd

Analogous Colors of #dde33f

#dde33f #8be33f #e3973f

Monochromatic Colors of #dde33f

#dde33f

Complementary Color

#dde33f #453fe3

#dde33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde33f Color CSS Codes

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

#dde33f Text Font Color

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

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


#dde33f Background Color

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

This div background color is #dde33f


#dde33f Border Color

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

This div border color is #dde33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde33f


Comments

No comments written yet.

Please login to write comment.