Color Hex Logo

#ddef35 Color Hex

#DDEF35
(221,239,53)
0 Favorites   0 Comments

Color spaces of #ddef35

RGB 22123953
HSL0.180.850.57
HSV66°78°94°
CMYK 0.080.000.78   0.06
XYZ61.327977.362215.0682
Yxy77.36220.39890.5031
Hunter Lab87.9558-29.462051.4117
CIE-Lab90.4881-26.941180.1501

#ddef35 color RGB value is (221,239,53).

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

The process color (four color CMYK) of #ddef35 color hex is 0.08, 0.00, 0.78, 0.06. Web safe color of #ddef35 is #ccff33. Color #ddef35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 00110101
Octal 335 357 65
Decimal 221 239 53
Hex DD EF 35

RGB Percentages of Color #ddef35

%43.08
%46.59
%10.33

CMYK Percentages of Color #ddef35

%8
%0
%78
%6

Triadic Colors of #ddef35

#ddef35 #35ddef #ef35dd

Analogous Colors of #ddef35

#ddef35 #80ef35 #efa435

Monochromatic Colors of #ddef35

#ddef35

Complementary Color

#ddef35 #4735ef

#ddef35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef35 Color CSS Codes

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

#ddef35 Text Font Color

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

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


#ddef35 Background Color

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

This div background color is #ddef35


#ddef35 Border Color

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

This div border color is #ddef35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef35


Comments

No comments written yet.

Please login to write comment.