Color Hex Logo

#ceb642 Color Hex

#CEB642
(206,182,66)
0 Favorites   0 Comments

Color spaces of #ceb642

RGB 20618266
HSL0.140.590.53
HSV50°68°81°
CMYK 0.000.120.68   0.19
XYZ43.164946.971111.9455
Yxy46.97110.42280.4601
Hunter Lab68.5355-7.514537.6408
CIE-Lab74.1713-4.342459.7238

#ceb642 color RGB value is (206,182,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 01000010
Octal 316 266 102
Decimal 206 182 66
Hex CE B6 42

RGB Percentages of Color #ceb642

%45.37
%40.09
%14.54

CMYK Percentages of Color #ceb642

%0
%12
%68
%19

Triadic Colors of #ceb642

#ceb642 #42ceb6 #b642ce

Analogous Colors of #ceb642

#ceb642 #a0ce42 #ce7042

Monochromatic Colors of #ceb642

#ceb642

Complementary Color

#ceb642 #425ace

#ceb642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb642 Color CSS Codes

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

#ceb642 Text Font Color

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

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


#ceb642 Background Color

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

This div background color is #ceb642


#ceb642 Border Color

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

This div border color is #ceb642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb642


Comments

No comments written yet.

Please login to write comment.