Color Hex Logo

#ddfc53 Color Hex

#DDFC53
(221,252,83)
0 Favorites   0 Comments

Color spaces of #ddfc53

RGB 22125283
HSL0.200.970.66
HSV71°67°99°
CMYK 0.120.000.67   0.01
XYZ66.190585.617521.2208
Yxy85.61750.38250.4948
Hunter Lab92.5297-34.238351.1732
CIE-Lab94.1486-31.589273.9542

#ddfc53 color RGB value is (221,252,83).

#ddfc53 hex color red value is 221, green value is 252 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ddfc53 hue: 0.20 , saturation: 0.97 and the lightness value of ddfc53 is 0.66.

The process color (four color CMYK) of #ddfc53 color hex is 0.12, 0.00, 0.67, 0.01. Web safe color of #ddfc53 is #ccff66. Color #ddfc53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 01010011
Octal 335 374 123
Decimal 221 252 83
Hex DD FC 53

RGB Percentages of Color #ddfc53

%39.75
%45.32
%14.93

CMYK Percentages of Color #ddfc53

%12
%0
%67
%1

Triadic Colors of #ddfc53

#ddfc53 #53ddfc #fc53dd

Analogous Colors of #ddfc53

#ddfc53 #89fc53 #fcc753

Monochromatic Colors of #ddfc53

#ddfc53

Complementary Color

#ddfc53 #7253fc

#ddfc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc53 Color CSS Codes

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

#ddfc53 Text Font Color

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

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


#ddfc53 Background Color

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

This div background color is #ddfc53


#ddfc53 Border Color

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

This div border color is #ddfc53


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,252,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 #ddfc53">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc53


Comments

No comments written yet.

Please login to write comment.