Color Hex Logo

#cfec62 Color Hex

#CFEC62
(207,236,98)
0 Favorites   0 Comments

Color spaces of #cfec62

RGB 20723698
HSL0.200.780.65
HSV73°58°93°
CMYK 0.120.000.58   0.07
XYZ57.932274.138122.8120
Yxy74.13810.37400.4787
Hunter Lab86.1035-30.582644.5643
CIE-Lab88.9877-28.600362.2275

#cfec62 color RGB value is (207,236,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101100 01100010
Octal 317 354 142
Decimal 207 236 98
Hex CF EC 62

RGB Percentages of Color #cfec62

%38.26
%43.62
%18.11

CMYK Percentages of Color #cfec62

%12
%0
%58
%7

Triadic Colors of #cfec62

#cfec62 #62cfec #ec62cf

Analogous Colors of #cfec62

#cfec62 #8aec62 #ecc462

Monochromatic Colors of #cfec62

#cfec62

Complementary Color

#cfec62 #7f62ec

#cfec62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfec62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfec62 Color CSS Codes

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

#cfec62 Text Font Color

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

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


#cfec62 Background Color

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

This div background color is #cfec62


#cfec62 Border Color

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

This div border color is #cfec62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfec62


Comments

No comments written yet.

Please login to write comment.