Color Hex Logo

#cff970 Color Hex

#CFF970
(207,249,112)
0 Favorites   0 Comments

Color spaces of #cff970

RGB 207249112
HSL0.220.920.71
HSV78°55°98°
CMYK 0.170.000.55   0.02
XYZ62.532482.186627.8970
Yxy82.18660.36230.4761
Hunter Lab90.6568-35.525445.2150
CIE-Lab92.6572-33.480460.3130

#cff970 color RGB value is (207,249,112).

#cff970 hex color red value is 207, green value is 249 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cff970 hue: 0.22 , saturation: 0.92 and the lightness value of cff970 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111001 01110000
Octal 317 371 160
Decimal 207 249 112
Hex CF F9 70

RGB Percentages of Color #cff970

%36.44
%43.84
%19.72

CMYK Percentages of Color #cff970

%17
%0
%55
%2

Triadic Colors of #cff970

#cff970 #70cff9 #f970cf

Analogous Colors of #cff970

#cff970 #8bf970 #f9df70

Monochromatic Colors of #cff970

#cff970

Complementary Color

#cff970 #9a70f9

#cff970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff970 Color CSS Codes

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

#cff970 Text Font Color

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

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


#cff970 Background Color

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

This div background color is #cff970


#cff970 Border Color

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

This div border color is #cff970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff970


Comments

No comments written yet.

Please login to write comment.