Color Hex Logo

#cffa61 Color Hex

#CFFA61
(207,250,97)
0 Favorites   0 Comments

Color spaces of #cffa61

RGB 20725097
HSL0.210.940.68
HSV77°61°98°
CMYK 0.170.000.61   0.02
XYZ62.075482.499723.9616
Yxy82.49970.36830.4895
Hunter Lab90.8293-36.959347.9393
CIE-Lab92.7950-35.136366.8290

#cffa61 color RGB value is (207,250,97).

#cffa61 hex color red value is 207, green value is 250 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cffa61 hue: 0.21 , saturation: 0.94 and the lightness value of cffa61 is 0.68.

The process color (four color CMYK) of #cffa61 color hex is 0.17, 0.00, 0.61, 0.02. Web safe color of #cffa61 is #ccff66. Color #cffa61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111010 01100001
Octal 317 372 141
Decimal 207 250 97
Hex CF FA 61

RGB Percentages of Color #cffa61

%37.36
%45.13
%17.51

CMYK Percentages of Color #cffa61

%17
%0
%61
%2

Triadic Colors of #cffa61

#cffa61 #61cffa #fa61cf

Analogous Colors of #cffa61

#cffa61 #83fa61 #fad961

Monochromatic Colors of #cffa61

#cffa61

Complementary Color

#cffa61 #8c61fa

#cffa61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffa61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffa61 Color CSS Codes

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

#cffa61 Text Font Color

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

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


#cffa61 Background Color

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

This div background color is #cffa61


#cffa61 Border Color

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

This div border color is #cffa61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffa61


Comments

No comments written yet.

Please login to write comment.