Color Hex Logo

#c4cb0e Color Hex

#C4CB0E
(196,203,14)
0 Favorites   0 Comments

Color spaces of #c4cb0e

RGB 19620314
HSL0.170.870.43
HSV62°93°80°
CMYK 0.030.000.93   0.20
XYZ44.200254.47938.6014
Yxy54.47930.41200.5078
Hunter Lab73.8101-22.275344.7578
CIE-Lab78.7404-20.988477.5299

#c4cb0e color RGB value is (196,203,14).

#c4cb0e hex color red value is 196, green value is 203 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c4cb0e hue: 0.17 , saturation: 0.87 and the lightness value of c4cb0e is 0.43.

The process color (four color CMYK) of #c4cb0e color hex is 0.03, 0.00, 0.93, 0.20. Web safe color of #c4cb0e is #cccc00. Color #c4cb0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001011 00001110
Octal 304 313 16
Decimal 196 203 14
Hex C4 CB E

RGB Percentages of Color #c4cb0e

%47.46
%49.15
%3.39

CMYK Percentages of Color #c4cb0e

%3
%0
%93
%20

Triadic Colors of #c4cb0e

#c4cb0e #0ec4cb #cb0ec4

Analogous Colors of #c4cb0e

#c4cb0e #66cb0e #cb740e

Monochromatic Colors of #c4cb0e

#c4cb0e

Complementary Color

#c4cb0e #150ecb

#c4cb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cb0e Color CSS Codes

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

#c4cb0e Text Font Color

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

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


#c4cb0e Background Color

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

This div background color is #c4cb0e


#c4cb0e Border Color

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

This div border color is #c4cb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cb0e


Comments

No comments written yet.

Please login to write comment.