Color Hex Logo

#cec832 Color Hex

#CEC832
(206,200,50)
0 Favorites   0 Comments

Color spaces of #cec832

RGB 20620050
HSL0.160.610.50
HSV58°76°81°
CMYK 0.000.030.76   0.19
XYZ46.683654.660711.1077
Yxy54.66070.41510.4861
Hunter Lab73.9329-16.671942.8453
CIE-Lab78.8454-14.318070.0754

#cec832 color RGB value is (206,200,50).

#cec832 hex color red value is 206, green value is 200 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #cec832 hue: 0.16 , saturation: 0.61 and the lightness value of cec832 is 0.50.

The process color (four color CMYK) of #cec832 color hex is 0.00, 0.03, 0.76, 0.19. Web safe color of #cec832 is #cccc33. Color #cec832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001000 00110010
Octal 316 310 62
Decimal 206 200 50
Hex CE C8 32

RGB Percentages of Color #cec832

%45.18
%43.86
%10.96

CMYK Percentages of Color #cec832

%0
%3
%76
%19

Triadic Colors of #cec832

#cec832 #32cec8 #c832ce

Analogous Colors of #cec832

#cec832 #86ce32 #ce7a32

Monochromatic Colors of #cec832

#cec832

Complementary Color

#cec832 #3238ce

#cec832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec832 Color CSS Codes

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

#cec832 Text Font Color

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

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


#cec832 Background Color

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

This div background color is #cec832


#cec832 Border Color

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

This div border color is #cec832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec832


Comments

No comments written yet.

Please login to write comment.