Color Hex Logo

#cfbe2f Color Hex

#CFBE2F
(207,190,47)
0 Favorites   0 Comments

Color spaces of #cfbe2f

RGB 20719047
HSL0.150.630.50
HSV54°77°81°
CMYK 0.000.080.77   0.19
XYZ44.658750.297510.0440
Yxy50.29750.42530.4790
Hunter Lab70.9207-11.710041.2477
CIE-Lab76.2515-8.925668.6868

#cfbe2f color RGB value is (207,190,47).

#cfbe2f hex color red value is 207, green value is 190 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cfbe2f hue: 0.15 , saturation: 0.63 and the lightness value of cfbe2f is 0.50.

The process color (four color CMYK) of #cfbe2f color hex is 0.00, 0.08, 0.77, 0.19. Web safe color of #cfbe2f is #cccc33. Color #cfbe2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 00101111
Octal 317 276 57
Decimal 207 190 47
Hex CF BE 2F

RGB Percentages of Color #cfbe2f

%46.62
%42.79
%10.59

CMYK Percentages of Color #cfbe2f

%0
%8
%77
%19

Triadic Colors of #cfbe2f

#cfbe2f #2fcfbe #be2fcf

Analogous Colors of #cfbe2f

#cfbe2f #90cf2f #cf6e2f

Monochromatic Colors of #cfbe2f

#cfbe2f

Complementary Color

#cfbe2f #2f40cf

#cfbe2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbe2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbe2f Color CSS Codes

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

#cfbe2f Text Font Color

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

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


#cfbe2f Background Color

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

This div background color is #cfbe2f


#cfbe2f Border Color

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

This div border color is #cfbe2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,190,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 #cfbe2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbe2f


Comments

No comments written yet.

Please login to write comment.