Color Hex Logo

#c0be68 Color Hex

#C0BE68
(192,190,104)
0 Favorites   0 Comments

Color spaces of #c0be68

RGB 192190104
HSL0.160.410.58
HSV59°46°75°
CMYK 0.000.010.46   0.25
XYZ42.650449.032920.3131
Yxy49.03290.38080.4378
Hunter Lab70.0235-13.819131.8170
CIE-Lab75.4718-11.481243.4304

#c0be68 color RGB value is (192,190,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111110 01101000
Octal 300 276 150
Decimal 192 190 104
Hex C0 BE 68

RGB Percentages of Color #c0be68

%39.51
%39.09
%21.40

CMYK Percentages of Color #c0be68

%0
%1
%46
%25

Triadic Colors of #c0be68

#c0be68 #68c0be #be68c0

Analogous Colors of #c0be68

#c0be68 #96c068 #c09268

Monochromatic Colors of #c0be68

#c0be68

Complementary Color

#c0be68 #686ac0

#c0be68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0be68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0be68 Color CSS Codes

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

#c0be68 Text Font Color

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

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


#c0be68 Background Color

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

This div background color is #c0be68


#c0be68 Border Color

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

This div border color is #c0be68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0be68


Comments

No comments written yet.

Please login to write comment.