Color Hex Logo

#cec842 Color Hex

#CEC842
(206,200,66)
0 Favorites   0 Comments

Color spaces of #cec842

RGB 20620066
HSL0.160.590.53
HSV57°68°81°
CMYK 0.000.030.68   0.19
XYZ47.091254.823713.2543
Yxy54.82370.40890.4760
Hunter Lab74.0430-16.049741.2167
CIE-Lab78.9396-13.579264.5688

#cec842 color RGB value is (206,200,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001000 01000010
Octal 316 310 102
Decimal 206 200 66
Hex CE C8 42

RGB Percentages of Color #cec842

%43.64
%42.37
%13.98

CMYK Percentages of Color #cec842

%0
%3
%68
%19

Triadic Colors of #cec842

#cec842 #42cec8 #c842ce

Analogous Colors of #cec842

#cec842 #8ece42 #ce8242

Monochromatic Colors of #cec842

#cec842

Complementary Color

#cec842 #4248ce

#cec842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec842 Color CSS Codes

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

#cec842 Text Font Color

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

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


#cec842 Background Color

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

This div background color is #cec842


#cec842 Border Color

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

This div border color is #cec842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec842


Comments

No comments written yet.

Please login to write comment.