Color Hex Logo

#cbc742 Color Hex

#CBC742
(203,199,66)
0 Favorites   0 Comments

Color spaces of #cbc742

RGB 20319966
HSL0.160.570.53
HSV58°67°80°
CMYK 0.000.020.67   0.20
XYZ46.035453.936713.1388
Yxy53.93670.40700.4768
Hunter Lab73.4416-16.633740.8021
CIE-Lab78.4248-14.339463.9699

#cbc742 color RGB value is (203,199,66).

#cbc742 hex color red value is 203, green value is 199 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cbc742 hue: 0.16 , saturation: 0.57 and the lightness value of cbc742 is 0.53.

The process color (four color CMYK) of #cbc742 color hex is 0.00, 0.02, 0.67, 0.20. Web safe color of #cbc742 is #cccc33. Color #cbc742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 01000010
Octal 313 307 102
Decimal 203 199 66
Hex CB C7 42

RGB Percentages of Color #cbc742

%43.38
%42.52
%14.10

CMYK Percentages of Color #cbc742

%0
%2
%67
%20

Triadic Colors of #cbc742

#cbc742 #42cbc7 #c742cb

Analogous Colors of #cbc742

#cbc742 #8bcb42 #cb8342

Monochromatic Colors of #cbc742

#cbc742

Complementary Color

#cbc742 #4246cb

#cbc742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc742 Color CSS Codes

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

#cbc742 Text Font Color

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

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


#cbc742 Background Color

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

This div background color is #cbc742


#cbc742 Border Color

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

This div border color is #cbc742


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,199,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc742


Comments

No comments written yet.

Please login to write comment.