Color Hex Logo

#ddf953 Color Hex

#DDF953
(221,249,83)
0 Favorites   0 Comments

Color spaces of #ddf953

RGB 22124983
HSL0.190.930.65
HSV70°67°98°
CMYK 0.110.000.67   0.02
XYZ65.255883.748020.9093
Yxy83.74800.38410.4929
Hunter Lab91.5139-32.866550.5130
CIE-Lab93.3409-30.204173.1320

#ddf953 color RGB value is (221,249,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 01010011
Octal 335 371 123
Decimal 221 249 83
Hex DD F9 53

RGB Percentages of Color #ddf953

%39.96
%45.03
%15.01

CMYK Percentages of Color #ddf953

%11
%0
%67
%2

Triadic Colors of #ddf953

#ddf953 #53ddf9 #f953dd

Analogous Colors of #ddf953

#ddf953 #8af953 #f9c253

Monochromatic Colors of #ddf953

#ddf953

Complementary Color

#ddf953 #6f53f9

#ddf953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf953 Color CSS Codes

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

#ddf953 Text Font Color

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

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


#ddf953 Background Color

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

This div background color is #ddf953


#ddf953 Border Color

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

This div border color is #ddf953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf953


Comments

No comments written yet.

Please login to write comment.