Color Hex Logo

#ceb862 Color Hex

#CEB862
(206,184,98)
0 Favorites   0 Comments

Color spaces of #ceb862

RGB 20618498
HSL0.130.520.60
HSV48°52°81°
CMYK 0.000.110.52   0.19
XYZ44.798748.284618.5140
Yxy48.28460.40140.4327
Hunter Lab69.4871-6.522632.8439
CIE-Lab75.0041-3.143046.1027

#ceb862 color RGB value is (206,184,98).

#ceb862 hex color red value is 206, green value is 184 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ceb862 hue: 0.13 , saturation: 0.52 and the lightness value of ceb862 is 0.60.

The process color (four color CMYK) of #ceb862 color hex is 0.00, 0.11, 0.52, 0.19. Web safe color of #ceb862 is #cccc66. Color #ceb862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 01100010
Octal 316 270 142
Decimal 206 184 98
Hex CE B8 62

RGB Percentages of Color #ceb862

%42.21
%37.70
%20.08

CMYK Percentages of Color #ceb862

%0
%11
%52
%19

Triadic Colors of #ceb862

#ceb862 #62ceb8 #b862ce

Analogous Colors of #ceb862

#ceb862 #aece62 #ce8262

Monochromatic Colors of #ceb862

#ceb862

Complementary Color

#ceb862 #6278ce

#ceb862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb862 Color CSS Codes

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

#ceb862 Text Font Color

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

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


#ceb862 Background Color

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

This div background color is #ceb862


#ceb862 Border Color

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

This div border color is #ceb862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb862


Comments

No comments written yet.

Please login to write comment.