Color Hex Logo

#ddeb65 Color Hex

#DDEB65
(221,235,101)
0 Favorites   0 Comments

Color spaces of #ddeb65

RGB 221235101
HSL0.180.770.66
HSV66°57°92°
CMYK 0.060.000.57   0.08
XYZ61.876175.728423.6677
Yxy75.72840.38370.4696
Hunter Lab87.0221-25.368144.7901
CIE-Lab89.7331-22.403362.0456

#ddeb65 color RGB value is (221,235,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 01100101
Octal 335 353 145
Decimal 221 235 101
Hex DD EB 65

RGB Percentages of Color #ddeb65

%39.68
%42.19
%18.13

CMYK Percentages of Color #ddeb65

%6
%0
%57
%8

Triadic Colors of #ddeb65

#ddeb65 #65ddeb #eb65dd

Analogous Colors of #ddeb65

#ddeb65 #9aeb65 #ebb665

Monochromatic Colors of #ddeb65

#ddeb65

Complementary Color

#ddeb65 #7365eb

#ddeb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb65 Color CSS Codes

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

#ddeb65 Text Font Color

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

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


#ddeb65 Background Color

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

This div background color is #ddeb65


#ddeb65 Border Color

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

This div border color is #ddeb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb65


Comments

No comments written yet.

Please login to write comment.