Color Hex Logo

#cecb60 Color Hex

#CECB60
(206,203,96)
0 Favorites   0 Comments

Color spaces of #cecb60

RGB 20620396
HSL0.160.530.59
HSV58°53°81°
CMYK 0.000.010.53   0.19
XYZ48.920956.678219.4279
Yxy56.67820.39130.4533
Hunter Lab75.2849-15.757537.3992
CIE-Lab79.9983-13.083152.9194

#cecb60 color RGB value is (206,203,96).

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

The process color (four color CMYK) of #cecb60 color hex is 0.00, 0.01, 0.53, 0.19. Web safe color of #cecb60 is #cccc66. Color #cecb60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 01100000
Octal 316 313 140
Decimal 206 203 96
Hex CE CB 60

RGB Percentages of Color #cecb60

%40.79
%40.20
%19.01

CMYK Percentages of Color #cecb60

%0
%1
%53
%19

Triadic Colors of #cecb60

#cecb60 #60cecb #cb60ce

Analogous Colors of #cecb60

#cecb60 #9ace60 #ce9460

Monochromatic Colors of #cecb60

#cecb60

Complementary Color

#cecb60 #6063ce

#cecb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb60 Color CSS Codes

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

#cecb60 Text Font Color

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

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


#cecb60 Background Color

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

This div background color is #cecb60


#cecb60 Border Color

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

This div border color is #cecb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb60


Comments

No comments written yet.

Please login to write comment.