Color Hex Logo

#ddf65b Color Hex

#DDF65B
(221,246,91)
0 Favorites   0 Comments

Color spaces of #ddf65b

RGB 22124691
HSL0.190.900.66
HSV70°63°96°
CMYK 0.100.000.63   0.04
XYZ64.662982.039022.3245
Yxy82.03900.38260.4854
Hunter Lab90.5754-31.073548.7893
CIE-Lab92.5921-28.316169.2942

#ddf65b color RGB value is (221,246,91).

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

The process color (four color CMYK) of #ddf65b color hex is 0.10, 0.00, 0.63, 0.04. Web safe color of #ddf65b is #ccff66. Color #ddf65b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 01011011
Octal 335 366 133
Decimal 221 246 91
Hex DD F6 5B

RGB Percentages of Color #ddf65b

%39.61
%44.09
%16.31

CMYK Percentages of Color #ddf65b

%10
%0
%63
%4

Triadic Colors of #ddf65b

#ddf65b #5bddf6 #f65bdd

Analogous Colors of #ddf65b

#ddf65b #90f65b #f6c25b

Monochromatic Colors of #ddf65b

#ddf65b

Complementary Color

#ddf65b #745bf6

#ddf65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf65b Color CSS Codes

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

#ddf65b Text Font Color

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

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


#ddf65b Background Color

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

This div background color is #ddf65b


#ddf65b Border Color

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

This div border color is #ddf65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf65b


Comments

No comments written yet.

Please login to write comment.