Color Hex Logo

#ddef10 Color Hex

#DDEF10
(221,239,16)
0 Favorites   0 Comments

Color spaces of #ddef10

RGB 22123916
HSL0.180.870.50
HSV65°93°94°
CMYK 0.080.000.93   0.06
XYZ60.778877.142612.1768
Yxy77.14260.40490.5139
Hunter Lab87.8309-30.182353.2617
CIE-Lab90.3872-27.799787.0682

#ddef10 color RGB value is (221,239,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 00010000
Octal 335 357 20
Decimal 221 239 16
Hex DD EF 10

RGB Percentages of Color #ddef10

%46.43
%50.21
%3.36

CMYK Percentages of Color #ddef10

%8
%0
%93
%6

Triadic Colors of #ddef10

#ddef10 #10ddef #ef10dd

Analogous Colors of #ddef10

#ddef10 #6eef10 #ef9210

Monochromatic Colors of #ddef10

#ddef10

Complementary Color

#ddef10 #2210ef

#ddef10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef10 Color CSS Codes

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

#ddef10 Text Font Color

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

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


#ddef10 Background Color

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

This div background color is #ddef10


#ddef10 Border Color

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

This div border color is #ddef10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef10


Comments

No comments written yet.

Please login to write comment.