Color Hex Logo

#cffa3f Color Hex

#CFFA3F
(207,250,63)
0 Favorites   0 Comments

Color spaces of #cffa3f

RGB 20725063
HSL0.200.950.61
HSV74°75°98°
CMYK 0.170.000.75   0.02
XYZ60.814981.995517.3241
Yxy81.99550.37980.5120
Hunter Lab90.5514-38.583152.0427
CIE-Lab92.5729-37.135478.8202

#cffa3f color RGB value is (207,250,63).

#cffa3f hex color red value is 207, green value is 250 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cffa3f hue: 0.20 , saturation: 0.95 and the lightness value of cffa3f is 0.61.

The process color (four color CMYK) of #cffa3f color hex is 0.17, 0.00, 0.75, 0.02. Web safe color of #cffa3f is #ccff33. Color #cffa3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111010 00111111
Octal 317 372 77
Decimal 207 250 63
Hex CF FA 3F

RGB Percentages of Color #cffa3f

%39.81
%48.08
%12.12

CMYK Percentages of Color #cffa3f

%17
%0
%75
%2

Triadic Colors of #cffa3f

#cffa3f #3fcffa #fa3fcf

Analogous Colors of #cffa3f

#cffa3f #72fa3f #fac83f

Monochromatic Colors of #cffa3f

#cffa3f

Complementary Color

#cffa3f #6a3ffa

#cffa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffa3f Color CSS Codes

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

#cffa3f Text Font Color

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

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


#cffa3f Background Color

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

This div background color is #cffa3f


#cffa3f Border Color

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

This div border color is #cffa3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffa3f


Comments

No comments written yet.

Please login to write comment.