Color Hex Logo

#cec52b Color Hex

#CEC52B
(206,197,43)
0 Favorites   0 Comments

Color spaces of #cec52b

RGB 20619743
HSL0.160.650.49
HSV57°79°81°
CMYK 0.000.040.79   0.19
XYZ45.855953.228710.1428
Yxy53.22870.41980.4873
Hunter Lab72.9580-15.484942.8280
CIE-Lab78.0098-13.061771.4231

#cec52b color RGB value is (206,197,43).

#cec52b hex color red value is 206, green value is 197 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cec52b hue: 0.16 , saturation: 0.65 and the lightness value of cec52b is 0.49.

The process color (four color CMYK) of #cec52b color hex is 0.00, 0.04, 0.79, 0.19. Web safe color of #cec52b is #cccc33. Color #cec52b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 00101011
Octal 316 305 53
Decimal 206 197 43
Hex CE C5 2B

RGB Percentages of Color #cec52b

%46.19
%44.17
%9.64

CMYK Percentages of Color #cec52b

%0
%4
%79
%19

Triadic Colors of #cec52b

#cec52b #2bcec5 #c52bce

Analogous Colors of #cec52b

#cec52b #86ce2b #ce742b

Monochromatic Colors of #cec52b

#cec52b

Complementary Color

#cec52b #2b34ce

#cec52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec52b Color CSS Codes

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

#cec52b Text Font Color

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

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


#cec52b Background Color

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

This div background color is #cec52b


#cec52b Border Color

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

This div border color is #cec52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec52b


Comments

No comments written yet.

Please login to write comment.