Color Hex Logo

#cecb51 Color Hex

#CECB51
(206,203,81)
0 Favorites   0 Comments

Color spaces of #cecb51

RGB 20620381
HSL0.160.560.56
HSV59°61°81°
CMYK 0.000.010.61   0.19
XYZ48.294756.427816.1308
Yxy56.42780.39960.4669
Hunter Lab75.1184-16.697139.8511
CIE-Lab79.8567-14.189959.4434

#cecb51 color RGB value is (206,203,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 01010001
Octal 316 313 121
Decimal 206 203 81
Hex CE CB 51

RGB Percentages of Color #cecb51

%42.04
%41.43
%16.53

CMYK Percentages of Color #cecb51

%0
%1
%61
%19

Triadic Colors of #cecb51

#cecb51 #51cecb #cb51ce

Analogous Colors of #cecb51

#cecb51 #93ce51 #ce8d51

Monochromatic Colors of #cecb51

#cecb51

Complementary Color

#cecb51 #5154ce

#cecb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb51 Color CSS Codes

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

#cecb51 Text Font Color

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

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


#cecb51 Background Color

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

This div background color is #cecb51


#cecb51 Border Color

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

This div border color is #cecb51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb51


Comments

No comments written yet.

Please login to write comment.