Color Hex Logo

#ddf962 Color Hex

#DDF962
(221,249,98)
0 Favorites   0 Comments

Color spaces of #ddf962

RGB 22124998
HSL0.200.930.68
HSV71°61°98°
CMYK 0.110.000.61   0.02
XYZ65.899184.005424.2967
Yxy84.00540.37830.4822
Hunter Lab91.6545-32.054748.4409
CIE-Lab93.4528-29.241767.4030

#ddf962 color RGB value is (221,249,98).

#ddf962 hex color red value is 221, green value is 249 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ddf962 hue: 0.20 , saturation: 0.93 and the lightness value of ddf962 is 0.68.

The process color (four color CMYK) of #ddf962 color hex is 0.11, 0.00, 0.61, 0.02. Web safe color of #ddf962 is #ccff66. Color #ddf962 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 01100010
Octal 335 371 142
Decimal 221 249 98
Hex DD F9 62

RGB Percentages of Color #ddf962

%38.91
%43.84
%17.25

CMYK Percentages of Color #ddf962

%11
%0
%61
%2

Triadic Colors of #ddf962

#ddf962 #62ddf9 #f962dd

Analogous Colors of #ddf962

#ddf962 #92f962 #f9ca62

Monochromatic Colors of #ddf962

#ddf962

Complementary Color

#ddf962 #7e62f9

#ddf962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf962 Color CSS Codes

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

#ddf962 Text Font Color

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

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


#ddf962 Background Color

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

This div background color is #ddf962


#ddf962 Border Color

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

This div border color is #ddf962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf962


Comments

No comments written yet.

Please login to write comment.