Color Hex Logo

#ddfc61 Color Hex

#DDFC61
(221,252,97)
0 Favorites   0 Comments

Color spaces of #ddfc61

RGB 22125297
HSL0.200.960.68
HSV72°62°99°
CMYK 0.120.000.62   0.01
XYZ66.786985.856024.3611
Yxy85.85600.37730.4851
Hunter Lab92.6585-33.492249.2729
CIE-Lab94.2507-30.702568.6716

#ddfc61 color RGB value is (221,252,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 01100001
Octal 335 374 141
Decimal 221 252 97
Hex DD FC 61

RGB Percentages of Color #ddfc61

%38.77
%44.21
%17.02

CMYK Percentages of Color #ddfc61

%12
%0
%62
%1

Triadic Colors of #ddfc61

#ddfc61 #61ddfc #fc61dd

Analogous Colors of #ddfc61

#ddfc61 #90fc61 #fcce61

Monochromatic Colors of #ddfc61

#ddfc61

Complementary Color

#ddfc61 #8061fc

#ddfc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc61 Color CSS Codes

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

#ddfc61 Text Font Color

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

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


#ddfc61 Background Color

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

This div background color is #ddfc61


#ddfc61 Border Color

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

This div border color is #ddfc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc61


Comments

No comments written yet.

Please login to write comment.