Color Hex Logo

#ddfb60 Color Hex

#DDFB60
(221,251,96)
0 Favorites   0 Comments

Color spaces of #ddfb60

RGB 22125196
HSL0.200.950.68
HSV72°62°98°
CMYK 0.120.000.62   0.02
XYZ66.427385.211024.0126
Yxy85.21100.37820.4851
Hunter Lab92.3098-33.091349.1937
CIE-Lab93.9740-30.308768.7761

#ddfb60 color RGB value is (221,251,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 01100000
Octal 335 373 140
Decimal 221 251 96
Hex DD FB 60

RGB Percentages of Color #ddfb60

%38.91
%44.19
%16.90

CMYK Percentages of Color #ddfb60

%12
%0
%62
%2

Triadic Colors of #ddfb60

#ddfb60 #60ddfb #fb60dd

Analogous Colors of #ddfb60

#ddfb60 #90fb60 #fbcc60

Monochromatic Colors of #ddfb60

#ddfb60

Complementary Color

#ddfb60 #7e60fb

#ddfb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfb60 Color CSS Codes

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

#ddfb60 Text Font Color

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

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


#ddfb60 Background Color

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

This div background color is #ddfb60


#ddfb60 Border Color

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

This div border color is #ddfb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfb60


Comments

No comments written yet.

Please login to write comment.