Color Hex Logo

#cfdd60 Color Hex

#CFDD60
(207,221,96)
0 Favorites   0 Comments

Color spaces of #cfdd60

RGB 20722196
HSL0.190.650.62
HSV67°57°87°
CMYK 0.060.000.57   0.13
XYZ53.699965.822820.9411
Yxy65.82280.38230.4686
Hunter Lab81.1313-23.832541.4883
CIE-Lab84.9059-21.592258.5304

#cfdd60 color RGB value is (207,221,96).

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

The process color (four color CMYK) of #cfdd60 color hex is 0.06, 0.00, 0.57, 0.13. Web safe color of #cfdd60 is #cccc66. Color #cfdd60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011101 01100000
Octal 317 335 140
Decimal 207 221 96
Hex CF DD 60

RGB Percentages of Color #cfdd60

%39.50
%42.18
%18.32

CMYK Percentages of Color #cfdd60

%6
%0
%57
%13

Triadic Colors of #cfdd60

#cfdd60 #60cfdd #dd60cf

Analogous Colors of #cfdd60

#cfdd60 #91dd60 #ddad60

Monochromatic Colors of #cfdd60

#cfdd60

Complementary Color

#cfdd60 #6e60dd

#cfdd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdd60 Color CSS Codes

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

#cfdd60 Text Font Color

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

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


#cfdd60 Background Color

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

This div background color is #cfdd60


#cfdd60 Border Color

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

This div border color is #cfdd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdd60


Comments

No comments written yet.

Please login to write comment.