Color Hex Logo

#cecb3b Color Hex

#CECB3B
(206,203,59)
0 Favorites   0 Comments

Color spaces of #cecb3b

RGB 20620359
HSL0.160.600.52
HSV59°71°81°
CMYK 0.000.010.71   0.19
XYZ47.599056.149512.4669
Yxy56.14950.40960.4832
Hunter Lab74.9330-17.745742.5888
CIE-Lab79.6988-15.434667.8808

#cecb3b color RGB value is (206,203,59).

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

The process color (four color CMYK) of #cecb3b color hex is 0.00, 0.01, 0.71, 0.19. Web safe color of #cecb3b is #cccc33. Color #cecb3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 00111011
Octal 316 313 73
Decimal 206 203 59
Hex CE CB 3B

RGB Percentages of Color #cecb3b

%44.02
%43.38
%12.61

CMYK Percentages of Color #cecb3b

%0
%1
%71
%19

Triadic Colors of #cecb3b

#cecb3b #3bcecb #cb3bce

Analogous Colors of #cecb3b

#cecb3b #88ce3b #ce823b

Monochromatic Colors of #cecb3b

#cecb3b

Complementary Color

#cecb3b #3b3ece

#cecb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb3b Color CSS Codes

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

#cecb3b Text Font Color

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

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


#cecb3b Background Color

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

This div background color is #cecb3b


#cecb3b Border Color

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

This div border color is #cecb3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb3b


Comments

No comments written yet.

Please login to write comment.