Color Hex Logo

#cfd63f Color Hex

#CFD63F
(207,214,63)
0 Favorites   0 Comments

Color spaces of #cfd63f

RGB 20721463
HSL0.170.650.54
HSV63°71°84°
CMYK 0.030.000.71   0.16
XYZ50.675961.717413.9444
Yxy61.71740.40110.4885
Hunter Lab78.5604-22.338244.4684
CIE-Lab82.7629-20.264369.4694

#cfd63f color RGB value is (207,214,63).

#cfd63f hex color red value is 207, green value is 214 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cfd63f hue: 0.17 , saturation: 0.65 and the lightness value of cfd63f is 0.54.

The process color (four color CMYK) of #cfd63f color hex is 0.03, 0.00, 0.71, 0.16. Web safe color of #cfd63f is #cccc33. Color #cfd63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 00111111
Octal 317 326 77
Decimal 207 214 63
Hex CF D6 3F

RGB Percentages of Color #cfd63f

%42.77
%44.21
%13.02

CMYK Percentages of Color #cfd63f

%3
%0
%71
%16

Triadic Colors of #cfd63f

#cfd63f #3fcfd6 #d63fcf

Analogous Colors of #cfd63f

#cfd63f #84d63f #d6923f

Monochromatic Colors of #cfd63f

#cfd63f

Complementary Color

#cfd63f #463fd6

#cfd63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd63f Color CSS Codes

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

#cfd63f Text Font Color

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

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


#cfd63f Background Color

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

This div background color is #cfd63f


#cfd63f Border Color

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

This div border color is #cfd63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd63f


Comments

No comments written yet.

Please login to write comment.