Color Hex Logo

#cfeb7c Color Hex

#CFEB7C
(207,235,124)
0 Favorites   0 Comments

Color spaces of #cfeb7c

RGB 207235124
HSL0.210.740.70
HSV75°47°92°
CMYK 0.120.000.47   0.08
XYZ59.078574.137330.2649
Yxy74.13730.36140.4535
Hunter Lab86.1030-28.204839.4319
CIE-Lab88.9873-25.820850.4888

#cfeb7c color RGB value is (207,235,124).

#cfeb7c hex color red value is 207, green value is 235 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cfeb7c hue: 0.21 , saturation: 0.74 and the lightness value of cfeb7c is 0.70.

The process color (four color CMYK) of #cfeb7c color hex is 0.12, 0.00, 0.47, 0.08. Web safe color of #cfeb7c is #ccff66. Color #cfeb7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 01111100
Octal 317 353 174
Decimal 207 235 124
Hex CF EB 7C

RGB Percentages of Color #cfeb7c

%36.57
%41.52
%21.91

CMYK Percentages of Color #cfeb7c

%12
%0
%47
%8

Triadic Colors of #cfeb7c

#cfeb7c #7ccfeb #eb7ccf

Analogous Colors of #cfeb7c

#cfeb7c #98eb7c #ebd07c

Monochromatic Colors of #cfeb7c

#cfeb7c

Complementary Color

#cfeb7c #987ceb

#cfeb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb7c Color CSS Codes

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

#cfeb7c Text Font Color

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

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


#cfeb7c Background Color

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

This div background color is #cfeb7c


#cfeb7c Border Color

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

This div border color is #cfeb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb7c


Comments

No comments written yet.

Please login to write comment.