Color Hex Logo

#ddef64 Color Hex

#DDEF64
(221,239,100)
0 Favorites   0 Comments

Color spaces of #ddef64

RGB 221239100
HSL0.190.810.66
HSV68°58°94°
CMYK 0.080.000.58   0.06
XYZ62.985578.025323.7973
Yxy78.02530.38220.4734
Hunter Lab88.3319-27.300645.8592
CIE-Lab90.7914-24.390763.6513

#ddef64 color RGB value is (221,239,100).

#ddef64 hex color red value is 221, green value is 239 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ddef64 hue: 0.19 , saturation: 0.81 and the lightness value of ddef64 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 01100100
Octal 335 357 144
Decimal 221 239 100
Hex DD EF 64

RGB Percentages of Color #ddef64

%39.46
%42.68
%17.86

CMYK Percentages of Color #ddef64

%8
%0
%58
%6

Triadic Colors of #ddef64

#ddef64 #64ddef #ef64dd

Analogous Colors of #ddef64

#ddef64 #98ef64 #efbc64

Monochromatic Colors of #ddef64

#ddef64

Complementary Color

#ddef64 #7664ef

#ddef64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef64 Color CSS Codes

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

#ddef64 Text Font Color

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

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


#ddef64 Background Color

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

This div background color is #ddef64


#ddef64 Border Color

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

This div border color is #ddef64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef64


Comments

No comments written yet.

Please login to write comment.