Color Hex Logo

#cebc42 Color Hex

#CEBC42
(206,188,66)
0 Favorites   0 Comments

Color spaces of #cebc42

RGB 20618866
HSL0.150.590.53
HSV52°68°81°
CMYK 0.000.090.68   0.19
XYZ44.420249.481612.3640
Yxy49.48160.41800.4656
Hunter Lab70.3432-10.381638.8190
CIE-Lab75.7500-7.457061.3403

#cebc42 color RGB value is (206,188,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 01000010
Octal 316 274 102
Decimal 206 188 66
Hex CE BC 42

RGB Percentages of Color #cebc42

%44.78
%40.87
%14.35

CMYK Percentages of Color #cebc42

%0
%9
%68
%19

Triadic Colors of #cebc42

#cebc42 #42cebc #bc42ce

Analogous Colors of #cebc42

#cebc42 #9ace42 #ce7642

Monochromatic Colors of #cebc42

#cebc42

Complementary Color

#cebc42 #4254ce

#cebc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc42 Color CSS Codes

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

#cebc42 Text Font Color

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

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


#cebc42 Background Color

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

This div background color is #cebc42


#cebc42 Border Color

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

This div border color is #cebc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc42


Comments

No comments written yet.

Please login to write comment.