Color Hex Logo

#cfda5d Color Hex

#CFDA5D
(207,218,93)
0 Favorites   0 Comments

Color spaces of #cfda5d

RGB 20721893
HSL0.180.630.61
HSV65°57°85°
CMYK 0.050.000.57   0.15
XYZ52.779364.198519.9657
Yxy64.19850.38540.4688
Hunter Lab80.1240-22.635341.3126
CIE-Lab84.0690-20.360458.9084

#cfda5d color RGB value is (207,218,93).

#cfda5d hex color red value is 207, green value is 218 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cfda5d hue: 0.18 , saturation: 0.63 and the lightness value of cfda5d is 0.61.

The process color (four color CMYK) of #cfda5d color hex is 0.05, 0.00, 0.57, 0.15. Web safe color of #cfda5d is #cccc66. Color #cfda5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011010 01011101
Octal 317 332 135
Decimal 207 218 93
Hex CF DA 5D

RGB Percentages of Color #cfda5d

%39.96
%42.08
%17.95

CMYK Percentages of Color #cfda5d

%5
%0
%57
%15

Triadic Colors of #cfda5d

#cfda5d #5dcfda #da5dcf

Analogous Colors of #cfda5d

#cfda5d #91da5d #daa75d

Monochromatic Colors of #cfda5d

#cfda5d

Complementary Color

#cfda5d #685dda

#cfda5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfda5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfda5d Color CSS Codes

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

#cfda5d Text Font Color

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

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


#cfda5d Background Color

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

This div background color is #cfda5d


#cfda5d Border Color

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

This div border color is #cfda5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,218,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfda5d


Comments

No comments written yet.

Please login to write comment.