Color Hex Logo

#ceca5d Color Hex

#CECA5D
(206,202,93)
0 Favorites   0 Comments

Color spaces of #ceca5d

RGB 20620293
HSL0.160.540.59
HSV58°55°81°
CMYK 0.000.020.55   0.19
XYZ48.549956.153218.6357
Yxy56.15320.39360.4553
Hunter Lab74.9354-15.488737.7100
CIE-Lab79.7009-12.817053.9584

#ceca5d color RGB value is (206,202,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 01011101
Octal 316 312 135
Decimal 206 202 93
Hex CE CA 5D

RGB Percentages of Color #ceca5d

%41.12
%40.32
%18.56

CMYK Percentages of Color #ceca5d

%0
%2
%55
%19

Triadic Colors of #ceca5d

#ceca5d #5dceca #ca5dce

Analogous Colors of #ceca5d

#ceca5d #9ace5d #ce925d

Monochromatic Colors of #ceca5d

#ceca5d

Complementary Color

#ceca5d #5d61ce

#ceca5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceca5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceca5d Color CSS Codes

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

#ceca5d Text Font Color

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

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


#ceca5d Background Color

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

This div background color is #ceca5d


#ceca5d Border Color

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

This div border color is #ceca5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceca5d


Comments

No comments written yet.

Please login to write comment.