Color Hex Logo

#ddeb75 Color Hex

#DDEB75
(221,235,117)
0 Favorites   0 Comments

Color spaces of #ddeb75

RGB 221235117
HSL0.190.750.69
HSV67°50°92°
CMYK 0.060.000.50   0.08
XYZ62.738076.073228.2066
Yxy76.07320.37560.4555
Hunter Lab87.2200-24.238541.8798
CIE-Lab89.8933-21.091255.0796

#ddeb75 color RGB value is (221,235,117).

#ddeb75 hex color red value is 221, green value is 235 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ddeb75 hue: 0.19 , saturation: 0.75 and the lightness value of ddeb75 is 0.69.

The process color (four color CMYK) of #ddeb75 color hex is 0.06, 0.00, 0.50, 0.08. Web safe color of #ddeb75 is #ccff66. Color #ddeb75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 01110101
Octal 335 353 165
Decimal 221 235 117
Hex DD EB 75

RGB Percentages of Color #ddeb75

%38.57
%41.01
%20.42

CMYK Percentages of Color #ddeb75

%6
%0
%50
%8

Triadic Colors of #ddeb75

#ddeb75 #75ddeb #eb75dd

Analogous Colors of #ddeb75

#ddeb75 #a2eb75 #ebbe75

Monochromatic Colors of #ddeb75

#ddeb75

Complementary Color

#ddeb75 #8375eb

#ddeb75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb75 Color CSS Codes

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

#ddeb75 Text Font Color

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

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


#ddeb75 Background Color

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

This div background color is #ddeb75


#ddeb75 Border Color

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

This div border color is #ddeb75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb75


Comments

No comments written yet.

Please login to write comment.