Color Hex Logo

#cfe65e Color Hex

#CFE65E
(207,230,94)
0 Favorites   0 Comments

Color spaces of #cfe65e

RGB 20723094
HSL0.190.730.64
HSV70°59°90°
CMYK 0.100.000.59   0.10
XYZ56.049370.667221.2757
Yxy70.66720.37870.4775
Hunter Lab84.0638-28.097243.8389
CIE-Lab87.3231-26.068662.0862

#cfe65e color RGB value is (207,230,94).

#cfe65e hex color red value is 207, green value is 230 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cfe65e hue: 0.19 , saturation: 0.73 and the lightness value of cfe65e is 0.64.

The process color (four color CMYK) of #cfe65e color hex is 0.10, 0.00, 0.59, 0.10. Web safe color of #cfe65e is #ccff66. Color #cfe65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 01011110
Octal 317 346 136
Decimal 207 230 94
Hex CF E6 5E

RGB Percentages of Color #cfe65e

%38.98
%43.31
%17.70

CMYK Percentages of Color #cfe65e

%10
%0
%59
%10

Triadic Colors of #cfe65e

#cfe65e #5ecfe6 #e65ecf

Analogous Colors of #cfe65e

#cfe65e #8be65e #e6b95e

Monochromatic Colors of #cfe65e

#cfe65e

Complementary Color

#cfe65e #755ee6

#cfe65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe65e Color CSS Codes

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

#cfe65e Text Font Color

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

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


#cfe65e Background Color

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

This div background color is #cfe65e


#cfe65e Border Color

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

This div border color is #cfe65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe65e


Comments

No comments written yet.

Please login to write comment.