Color Hex Logo

#cfeb2f Color Hex

#CFEB2F
(207,235,47)
0 Favorites   0 Comments

Color spaces of #cfeb2f

RGB 20723547
HSL0.190.820.55
HSV69°80°92°
CMYK 0.120.000.80   0.08
XYZ55.953572.887313.8089
Yxy72.88730.39220.5110
Hunter Lab85.3741-32.417150.1719
CIE-Lab88.3939-30.923479.5057

#cfeb2f color RGB value is (207,235,47).

#cfeb2f hex color red value is 207, green value is 235 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cfeb2f hue: 0.19 , saturation: 0.82 and the lightness value of cfeb2f is 0.55.

The process color (four color CMYK) of #cfeb2f color hex is 0.12, 0.00, 0.80, 0.08. Web safe color of #cfeb2f is #ccff33. Color #cfeb2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 00101111
Octal 317 353 57
Decimal 207 235 47
Hex CF EB 2F

RGB Percentages of Color #cfeb2f

%42.33
%48.06
%9.61

CMYK Percentages of Color #cfeb2f

%12
%0
%80
%8

Triadic Colors of #cfeb2f

#cfeb2f #2fcfeb #eb2fcf

Analogous Colors of #cfeb2f

#cfeb2f #71eb2f #eba92f

Monochromatic Colors of #cfeb2f

#cfeb2f

Complementary Color

#cfeb2f #4b2feb

#cfeb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb2f Color CSS Codes

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

#cfeb2f Text Font Color

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

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


#cfeb2f Background Color

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

This div background color is #cfeb2f


#cfeb2f Border Color

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

This div border color is #cfeb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb2f


Comments

No comments written yet.

Please login to write comment.