Color Hex Logo

#cfff7d Color Hex

#CFFF7D
(207,255,125)
0 Favorites   0 Comments

Color spaces of #cfff7d

RGB 207255125
HSL0.231.000.75
HSV82°51°100°
CMYK 0.190.000.51   0.00
XYZ65.193886.266132.6170
Yxy86.26610.35420.4686
Hunter Lab92.8795-37.246944.1945
CIE-Lab94.4260-35.020856.5686

#cfff7d color RGB value is (207,255,125).

#cfff7d hex color red value is 207, green value is 255 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cfff7d hue: 0.23 , saturation: 1.00 and the lightness value of cfff7d is 0.75.

The process color (four color CMYK) of #cfff7d color hex is 0.19, 0.00, 0.51, 0.00. Web safe color of #cfff7d is #ccff66. Color #cfff7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111111 01111101
Octal 317 377 175
Decimal 207 255 125
Hex CF FF 7D

RGB Percentages of Color #cfff7d

%35.26
%43.44
%21.29

CMYK Percentages of Color #cfff7d

%19
%0
%51
%0

Triadic Colors of #cfff7d

#cfff7d #7dcfff #ff7dcf

Analogous Colors of #cfff7d

#cfff7d #8eff7d #ffee7d

Monochromatic Colors of #cfff7d

#cfff7d

Complementary Color

#cfff7d #ad7dff

#cfff7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfff7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfff7d Color CSS Codes

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

#cfff7d Text Font Color

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

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


#cfff7d Background Color

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

This div background color is #cfff7d


#cfff7d Border Color

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

This div border color is #cfff7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfff7d

Related Colors


Comments

No comments written yet.

Please login to write comment.