Color Hex Logo

#cfe776 Color Hex

#CFE776
(207,231,118)
0 Favorites   0 Comments

Color spaces of #cfe776

RGB 207231118
HSL0.200.700.68
HSV73°49°91°
CMYK 0.100.000.49   0.09
XYZ57.578171.725227.9492
Yxy71.72520.36620.4561
Hunter Lab84.6907-26.853239.7169
CIE-Lab87.8362-24.502151.9217

#cfe776 color RGB value is (207,231,118).

#cfe776 hex color red value is 207, green value is 231 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cfe776 hue: 0.20 , saturation: 0.70 and the lightness value of cfe776 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100111 01110110
Octal 317 347 166
Decimal 207 231 118
Hex CF E7 76

RGB Percentages of Color #cfe776

%37.23
%41.55
%21.22

CMYK Percentages of Color #cfe776

%10
%0
%49
%9

Triadic Colors of #cfe776

#cfe776 #76cfe7 #e776cf

Analogous Colors of #cfe776

#cfe776 #97e776 #e7c776

Monochromatic Colors of #cfe776

#cfe776

Complementary Color

#cfe776 #8e76e7

#cfe776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe776 Color CSS Codes

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

#cfe776 Text Font Color

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

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


#cfe776 Background Color

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

This div background color is #cfe776


#cfe776 Border Color

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

This div border color is #cfe776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe776


Comments

No comments written yet.

Please login to write comment.