Color Hex Logo

#ddeb48 Color Hex

#DDEB48
(221,235,72)
0 Favorites   0 Comments

Color spaces of #ddeb48

RGB 22123572
HSL0.180.800.60
HSV65°69°92°
CMYK 0.060.000.69   0.08
XYZ60.696875.256717.4578
Yxy75.25670.39560.4906
Hunter Lab86.7506-26.922548.7938
CIE-Lab89.5131-24.225873.2666

#ddeb48 color RGB value is (221,235,72).

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

The process color (four color CMYK) of #ddeb48 color hex is 0.06, 0.00, 0.69, 0.08. Web safe color of #ddeb48 is #ccff33. Color #ddeb48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 01001000
Octal 335 353 110
Decimal 221 235 72
Hex DD EB 48

RGB Percentages of Color #ddeb48

%41.86
%44.51
%13.64

CMYK Percentages of Color #ddeb48

%6
%0
%69
%8

Triadic Colors of #ddeb48

#ddeb48 #48ddeb #eb48dd

Analogous Colors of #ddeb48

#ddeb48 #8ceb48 #eba848

Monochromatic Colors of #ddeb48

#ddeb48

Complementary Color

#ddeb48 #5648eb

#ddeb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb48 Color CSS Codes

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

#ddeb48 Text Font Color

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

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


#ddeb48 Background Color

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

This div background color is #ddeb48


#ddeb48 Border Color

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

This div border color is #ddeb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb48


Comments

No comments written yet.

Please login to write comment.