Color Hex Logo

#dde61b Color Hex

#DDE61B
(221,230,27)
0 Favorites   0 Comments

Color spaces of #dde61b

RGB 22123027
HSL0.170.800.50
HSV63°88°90°
CMYK 0.040.000.88   0.10
XYZ58.313472.044911.8695
Yxy72.04490.41000.5065
Hunter Lab84.8793-25.906451.1244
CIE-Lab87.9902-23.372883.7530

#dde61b color RGB value is (221,230,27).

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

The process color (four color CMYK) of #dde61b color hex is 0.04, 0.00, 0.88, 0.10. Web safe color of #dde61b is #ccff33. Color #dde61b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 00011011
Octal 335 346 33
Decimal 221 230 27
Hex DD E6 1B

RGB Percentages of Color #dde61b

%46.23
%48.12
%5.65

CMYK Percentages of Color #dde61b

%4
%0
%88
%10

Triadic Colors of #dde61b

#dde61b #1bdde6 #e61bdd

Analogous Colors of #dde61b

#dde61b #78e61b #e68a1b

Monochromatic Colors of #dde61b

#dde61b

Complementary Color

#dde61b #241be6

#dde61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde61b Color CSS Codes

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

#dde61b Text Font Color

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

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


#dde61b Background Color

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

This div background color is #dde61b


#dde61b Border Color

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

This div border color is #dde61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde61b


Comments

No comments written yet.

Please login to write comment.