Color Hex Logo

#ceca5b Color Hex

#CECA5B
(206,202,91)
0 Favorites   0 Comments

Color spaces of #ceca5b

RGB 20620291
HSL0.160.540.58
HSV58°56°81°
CMYK 0.000.020.56   0.19
XYZ48.462556.118218.1752
Yxy56.11820.39480.4572
Hunter Lab74.9121-15.620038.0535
CIE-Lab79.6810-12.971354.8464

#ceca5b color RGB value is (206,202,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 01011011
Octal 316 312 133
Decimal 206 202 91
Hex CE CA 5B

RGB Percentages of Color #ceca5b

%41.28
%40.48
%18.24

CMYK Percentages of Color #ceca5b

%0
%2
%56
%19

Triadic Colors of #ceca5b

#ceca5b #5bceca #ca5bce

Analogous Colors of #ceca5b

#ceca5b #99ce5b #ce915b

Monochromatic Colors of #ceca5b

#ceca5b

Complementary Color

#ceca5b #5b5fce

#ceca5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceca5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceca5b Color CSS Codes

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

#ceca5b Text Font Color

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

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


#ceca5b Background Color

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

This div background color is #ceca5b


#ceca5b Border Color

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

This div border color is #ceca5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceca5b


Comments

No comments written yet.

Please login to write comment.