Color Hex Logo

#ceb142 Color Hex

#CEB142
(206,177,66)
0 Favorites   0 Comments

Color spaces of #ceb142

RGB 20617766
HSL0.130.590.53
HSV48°68°81°
CMYK 0.000.140.68   0.19
XYZ42.159144.959411.6103
Yxy44.95940.42700.4554
Hunter Lab67.0518-5.107936.6699
CIE-Lab72.8652-1.721258.3759

#ceb142 color RGB value is (206,177,66).

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

The process color (four color CMYK) of #ceb142 color hex is 0.00, 0.14, 0.68, 0.19. Web safe color of #ceb142 is #cc9933. Color #ceb142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 01000010
Octal 316 261 102
Decimal 206 177 66
Hex CE B1 42

RGB Percentages of Color #ceb142

%45.88
%39.42
%14.70

CMYK Percentages of Color #ceb142

%0
%14
%68
%19

Triadic Colors of #ceb142

#ceb142 #42ceb1 #b142ce

Analogous Colors of #ceb142

#ceb142 #a5ce42 #ce6b42

Monochromatic Colors of #ceb142

#ceb142

Complementary Color

#ceb142 #425fce

#ceb142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb142 Color CSS Codes

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

#ceb142 Text Font Color

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

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


#ceb142 Background Color

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

This div background color is #ceb142


#ceb142 Border Color

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

This div border color is #ceb142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb142


Comments

No comments written yet.

Please login to write comment.