Color Hex Logo

#ddeb14 Color Hex

#DDEB14
(221,235,20)
0 Favorites   0 Comments

Color spaces of #ddeb14

RGB 22123520
HSL0.180.840.50
HSV64°91°92°
CMYK 0.060.000.91   0.08
XYZ59.653474.839311.9632
Yxy74.83930.40730.5110
Hunter Lab86.5097-28.306052.3577
CIE-Lab89.3177-25.864985.7910

#ddeb14 color RGB value is (221,235,20).

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

The process color (four color CMYK) of #ddeb14 color hex is 0.06, 0.00, 0.91, 0.08. Web safe color of #ddeb14 is #ccff00. Color #ddeb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 00010100
Octal 335 353 24
Decimal 221 235 20
Hex DD EB 14

RGB Percentages of Color #ddeb14

%46.43
%49.37
%4.20

CMYK Percentages of Color #ddeb14

%6
%0
%91
%8

Triadic Colors of #ddeb14

#ddeb14 #14ddeb #eb14dd

Analogous Colors of #ddeb14

#ddeb14 #72eb14 #eb8e14

Monochromatic Colors of #ddeb14

#ddeb14

Complementary Color

#ddeb14 #2214eb

#ddeb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeb14 Color CSS Codes

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

#ddeb14 Text Font Color

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

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


#ddeb14 Background Color

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

This div background color is #ddeb14


#ddeb14 Border Color

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

This div border color is #ddeb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeb14


Comments

No comments written yet.

Please login to write comment.