Color Hex Logo

#cfe56f Color Hex

#CFE56F
(207,229,111)
0 Favorites   0 Comments

Color spaces of #cfe56f

RGB 207229111
HSL0.200.690.67
HSV71°52°90°
CMYK 0.100.000.52   0.10
XYZ56.620770.451725.6532
Yxy70.45170.37070.4613
Hunter Lab83.9355-26.475740.6341
CIE-Lab87.2179-24.195454.4363

#cfe56f color RGB value is (207,229,111).

#cfe56f hex color red value is 207, green value is 229 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfe56f hue: 0.20 , saturation: 0.69 and the lightness value of cfe56f is 0.67.

The process color (four color CMYK) of #cfe56f color hex is 0.10, 0.00, 0.52, 0.10. Web safe color of #cfe56f is #cccc66. Color #cfe56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 01101111
Octal 317 345 157
Decimal 207 229 111
Hex CF E5 6F

RGB Percentages of Color #cfe56f

%37.84
%41.86
%20.29

CMYK Percentages of Color #cfe56f

%10
%0
%52
%10

Triadic Colors of #cfe56f

#cfe56f #6fcfe5 #e56fcf

Analogous Colors of #cfe56f

#cfe56f #94e56f #e5c06f

Monochromatic Colors of #cfe56f

#cfe56f

Complementary Color

#cfe56f #856fe5

#cfe56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe56f Color CSS Codes

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

#cfe56f Text Font Color

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

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


#cfe56f Background Color

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

This div background color is #cfe56f


#cfe56f Border Color

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

This div border color is #cfe56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe56f


Comments

No comments written yet.

Please login to write comment.