Color Hex Logo

#c0be54 Color Hex

#C0BE54
(192,190,84)
0 Favorites   0 Comments

Color spaces of #c0be54

RGB 19219084
HSL0.160.460.54
HSV59°56°75°
CMYK 0.000.010.56   0.25
XYZ41.751948.673515.5819
Yxy48.67350.39390.4592
Hunter Lab69.7664-15.267435.5944
CIE-Lab75.2478-13.222652.7112

#c0be54 color RGB value is (192,190,84).

#c0be54 hex color red value is 192, green value is 190 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #c0be54 hue: 0.16 , saturation: 0.46 and the lightness value of c0be54 is 0.54.

The process color (four color CMYK) of #c0be54 color hex is 0.00, 0.01, 0.56, 0.25. Web safe color of #c0be54 is #cccc66. Color #c0be54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111110 01010100
Octal 300 276 124
Decimal 192 190 84
Hex C0 BE 54

RGB Percentages of Color #c0be54

%41.20
%40.77
%18.03

CMYK Percentages of Color #c0be54

%0
%1
%56
%25

Triadic Colors of #c0be54

#c0be54 #54c0be #be54c0

Analogous Colors of #c0be54

#c0be54 #8cc054 #c08854

Monochromatic Colors of #c0be54

#c0be54

Complementary Color

#c0be54 #5456c0

#c0be54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0be54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0be54 Color CSS Codes

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

#c0be54 Text Font Color

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

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


#c0be54 Background Color

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

This div background color is #c0be54


#c0be54 Border Color

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

This div border color is #c0be54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0be54


Comments

No comments written yet.

Please login to write comment.