Color Hex Logo

#c2be0e Color Hex

#C2BE0E
(194,190,14)
0 Favorites   0 Comments

Color spaces of #c2be0e

RGB 19419014
HSL0.160.870.41
HSV59°93°76°
CMYK 0.000.020.93   0.24
XYZ40.740948.32807.5964
Yxy48.32800.42150.5000
Hunter Lab69.5183-17.048042.1841
CIE-Lab75.0313-15.382874.6166

#c2be0e color RGB value is (194,190,14).

#c2be0e hex color red value is 194, green value is 190 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c2be0e hue: 0.16 , saturation: 0.87 and the lightness value of c2be0e is 0.41.

The process color (four color CMYK) of #c2be0e color hex is 0.00, 0.02, 0.93, 0.24. Web safe color of #c2be0e is #cccc00. Color #c2be0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111110 00001110
Octal 302 276 16
Decimal 194 190 14
Hex C2 BE E

RGB Percentages of Color #c2be0e

%48.74
%47.74
%3.52

CMYK Percentages of Color #c2be0e

%0
%2
%93
%24

Triadic Colors of #c2be0e

#c2be0e #0ec2be #be0ec2

Analogous Colors of #c2be0e

#c2be0e #6cc20e #c2640e

Monochromatic Colors of #c2be0e

#c2be0e

Complementary Color

#c2be0e #0e12c2

#c2be0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2be0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2be0e Color CSS Codes

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

#c2be0e Text Font Color

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

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


#c2be0e Background Color

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

This div background color is #c2be0e


#c2be0e Border Color

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

This div border color is #c2be0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,190,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2be0e

#c2be0e Color Palettes


Comments

No comments written yet.

Please login to write comment.