Color Hex Logo

#cecb3a Color Hex

#CECB3A
(206,203,58)
0 Favorites   0 Comments

Color spaces of #cecb3a

RGB 20620358
HSL0.160.600.52
HSV59°72°81°
CMYK 0.000.010.72   0.19
XYZ47.573356.139212.3316
Yxy56.13920.41000.4838
Hunter Lab74.9261-17.784542.6901
CIE-Lab79.6930-15.480968.2233

#cecb3a color RGB value is (206,203,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 00111010
Octal 316 313 72
Decimal 206 203 58
Hex CE CB 3A

RGB Percentages of Color #cecb3a

%44.11
%43.47
%12.42

CMYK Percentages of Color #cecb3a

%0
%1
%72
%19

Triadic Colors of #cecb3a

#cecb3a #3acecb #cb3ace

Analogous Colors of #cecb3a

#cecb3a #87ce3a #ce813a

Monochromatic Colors of #cecb3a

#cecb3a

Complementary Color

#cecb3a #3a3dce

#cecb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb3a Color CSS Codes

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

#cecb3a Text Font Color

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

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


#cecb3a Background Color

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

This div background color is #cecb3a


#cecb3a Border Color

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

This div border color is #cecb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb3a


Comments

No comments written yet.

Please login to write comment.