Color Hex Logo

#cec133 Color Hex

#CEC133
(206,193,51)
0 Favorites   0 Comments

Color spaces of #cec133

RGB 20619351
HSL0.150.610.50
HSV55°75°81°
CMYK 0.000.060.75   0.19
XYZ45.121151.500810.6945
Yxy51.50080.42040.4799
Hunter Lab71.7641-13.356641.3993
CIE-Lab76.9814-10.734768.0350

#cec133 color RGB value is (206,193,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00110011
Octal 316 301 63
Decimal 206 193 51
Hex CE C1 33

RGB Percentages of Color #cec133

%45.78
%42.89
%11.33

CMYK Percentages of Color #cec133

%0
%6
%75
%19

Triadic Colors of #cec133

#cec133 #33cec1 #c133ce

Analogous Colors of #cec133

#cec133 #8ece33 #ce7433

Monochromatic Colors of #cec133

#cec133

Complementary Color

#cec133 #3340ce

#cec133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec133 Color CSS Codes

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

#cec133 Text Font Color

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

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


#cec133 Background Color

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

This div background color is #cec133


#cec133 Border Color

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

This div border color is #cec133


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,193,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 #cec133">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec133

#cec133 Color Palettes


Comments

No comments written yet.

Please login to write comment.