Color Hex Logo

#cfe650 Color Hex

#CFE650
(207,230,80)
0 Favorites   0 Comments

Color spaces of #cfe650

RGB 20723080
HSL0.190.750.61
HSV69°65°90°
CMYK 0.100.000.65   0.10
XYZ55.476970.438218.2614
Yxy70.43820.38480.4886
Hunter Lab83.9275-28.882845.8486
CIE-Lab87.2113-27.019267.6559

#cfe650 color RGB value is (207,230,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 01010000
Octal 317 346 120
Decimal 207 230 80
Hex CF E6 50

RGB Percentages of Color #cfe650

%40.04
%44.49
%15.47

CMYK Percentages of Color #cfe650

%10
%0
%65
%10

Triadic Colors of #cfe650

#cfe650 #50cfe6 #e650cf

Analogous Colors of #cfe650

#cfe650 #84e650 #e6b250

Monochromatic Colors of #cfe650

#cfe650

Complementary Color

#cfe650 #6750e6

#cfe650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe650 Color CSS Codes

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

#cfe650 Text Font Color

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

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


#cfe650 Background Color

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

This div background color is #cfe650


#cfe650 Border Color

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

This div border color is #cfe650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe650


Comments

No comments written yet.

Please login to write comment.