Color Hex Logo

#cec033 Color Hex

#CEC033
(206,192,51)
0 Favorites   0 Comments

Color spaces of #cec033

RGB 20619251
HSL0.150.610.50
HSV55°75°81°
CMYK 0.000.070.75   0.19
XYZ44.900851.060110.6210
Yxy51.06010.42130.4791
Hunter Lab71.4564-12.885141.2068
CIE-Lab76.7154-10.224067.7883

#cec033 color RGB value is (206,192,51).

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

The process color (four color CMYK) of #cec033 color hex is 0.00, 0.07, 0.75, 0.19. Web safe color of #cec033 is #cccc33. Color #cec033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 00110011
Octal 316 300 63
Decimal 206 192 51
Hex CE C0 33

RGB Percentages of Color #cec033

%45.88
%42.76
%11.36

CMYK Percentages of Color #cec033

%0
%7
%75
%19

Triadic Colors of #cec033

#cec033 #33cec0 #c033ce

Analogous Colors of #cec033

#cec033 #8fce33 #ce7333

Monochromatic Colors of #cec033

#cec033

Complementary Color

#cec033 #3341ce

#cec033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec033 Color CSS Codes

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

#cec033 Text Font Color

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

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


#cec033 Background Color

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

This div background color is #cec033


#cec033 Border Color

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

This div border color is #cec033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec033


Comments

No comments written yet.

Please login to write comment.