Color Hex Logo

#cfef6c Color Hex

#CFEF6C
(207,239,108)
0 Favorites   0 Comments

Color spaces of #cfef6c

RGB 207239108
HSL0.210.800.68
HSV75°55°94°
CMYK 0.130.000.55   0.06
XYZ59.305476.081125.7468
Yxy76.08110.36810.4722
Hunter Lab87.2245-31.277743.5560
CIE-Lab89.8970-29.196158.9053

#cfef6c color RGB value is (207,239,108).

#cfef6c hex color red value is 207, green value is 239 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cfef6c hue: 0.21 , saturation: 0.80 and the lightness value of cfef6c is 0.68.

The process color (four color CMYK) of #cfef6c color hex is 0.13, 0.00, 0.55, 0.06. Web safe color of #cfef6c is #ccff66. Color #cfef6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 01101100
Octal 317 357 154
Decimal 207 239 108
Hex CF EF 6C

RGB Percentages of Color #cfef6c

%37.36
%43.14
%19.49

CMYK Percentages of Color #cfef6c

%13
%0
%55
%6

Triadic Colors of #cfef6c

#cfef6c #6ccfef #ef6ccf

Analogous Colors of #cfef6c

#cfef6c #8eef6c #efce6c

Monochromatic Colors of #cfef6c

#cfef6c

Complementary Color

#cfef6c #8c6cef

#cfef6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfef6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfef6c Color CSS Codes

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

#cfef6c Text Font Color

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

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


#cfef6c Background Color

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

This div background color is #cfef6c


#cfef6c Border Color

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

This div border color is #cfef6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfef6c


Comments

No comments written yet.

Please login to write comment.