Color Hex Logo

#cfec6d Color Hex

#CFEC6D
(207,236,109)
0 Favorites   0 Comments

Color spaces of #cfec6d

RGB 207236109
HSL0.200.770.68
HSV74°54°93°
CMYK 0.120.000.54   0.07
XYZ58.487974.360425.7384
Yxy74.36040.36880.4689
Hunter Lab86.2325-29.837742.6660
CIE-Lab89.0925-27.700957.5318

#cfec6d color RGB value is (207,236,109).

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

The process color (four color CMYK) of #cfec6d color hex is 0.12, 0.00, 0.54, 0.07. Web safe color of #cfec6d is #ccff66. Color #cfec6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101100 01101101
Octal 317 354 155
Decimal 207 236 109
Hex CF EC 6D

RGB Percentages of Color #cfec6d

%37.50
%42.75
%19.75

CMYK Percentages of Color #cfec6d

%12
%0
%54
%7

Triadic Colors of #cfec6d

#cfec6d #6dcfec #ec6dcf

Analogous Colors of #cfec6d

#cfec6d #90ec6d #ecca6d

Monochromatic Colors of #cfec6d

#cfec6d

Complementary Color

#cfec6d #8a6dec

#cfec6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfec6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfec6d Color CSS Codes

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

#cfec6d Text Font Color

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

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


#cfec6d Background Color

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

This div background color is #cfec6d


#cfec6d Border Color

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

This div border color is #cfec6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfec6d


Comments

No comments written yet.

Please login to write comment.