Color Hex Logo

#ceca53 Color Hex

#CECA53
(206,202,83)
0 Favorites   0 Comments

Color spaces of #ceca53

RGB 20620283
HSL0.160.560.57
HSV58°60°81°
CMYK 0.000.020.60   0.19
XYZ48.135555.987416.4533
Yxy55.98740.39920.4643
Hunter Lab74.8247-16.112439.3400
CIE-Lab79.6066-13.551158.3117

#ceca53 color RGB value is (206,202,83).

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

The process color (four color CMYK) of #ceca53 color hex is 0.00, 0.02, 0.60, 0.19. Web safe color of #ceca53 is #cccc66. Color #ceca53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 01010011
Octal 316 312 123
Decimal 206 202 83
Hex CE CA 53

RGB Percentages of Color #ceca53

%41.96
%41.14
%16.90

CMYK Percentages of Color #ceca53

%0
%2
%60
%19

Triadic Colors of #ceca53

#ceca53 #53ceca #ca53ce

Analogous Colors of #ceca53

#ceca53 #95ce53 #ce8d53

Monochromatic Colors of #ceca53

#ceca53

Complementary Color

#ceca53 #5357ce

#ceca53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceca53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceca53 Color CSS Codes

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

#ceca53 Text Font Color

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

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


#ceca53 Background Color

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

This div background color is #ceca53


#ceca53 Border Color

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

This div border color is #ceca53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceca53


Comments

No comments written yet.

Please login to write comment.