Color Hex Logo

#cff97d Color Hex

#CFF97D
(207,249,125)
0 Favorites   0 Comments

Color spaces of #cff97d

RGB 207249125
HSL0.220.910.73
HSV80°50°98°
CMYK 0.170.000.50   0.02
XYZ63.309582.497431.9889
Yxy82.49740.35610.4640
Hunter Lab90.8281-34.530142.6982
CIE-Lab92.7939-32.276054.6192

#cff97d color RGB value is (207,249,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111001 01111101
Octal 317 371 175
Decimal 207 249 125
Hex CF F9 7D

RGB Percentages of Color #cff97d

%35.63
%42.86
%21.51

CMYK Percentages of Color #cff97d

%17
%0
%50
%2

Triadic Colors of #cff97d

#cff97d #7dcff9 #f97dcf

Analogous Colors of #cff97d

#cff97d #91f97d #f9e57d

Monochromatic Colors of #cff97d

#cff97d

Complementary Color

#cff97d #a77df9

#cff97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff97d Color CSS Codes

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

#cff97d Text Font Color

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

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


#cff97d Background Color

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

This div background color is #cff97d


#cff97d Border Color

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

This div border color is #cff97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff97d

Related Colors


Comments

No comments written yet.

Please login to write comment.