Color Hex Logo

#ceb461 Color Hex

#CEB461
(206,180,97)
0 Favorites   0 Comments

Color spaces of #ceb461

RGB 20618097
HSL0.130.530.59
HSV46°53°81°
CMYK 0.000.130.53   0.19
XYZ43.932546.627417.9938
Yxy46.62740.40470.4295
Hunter Lab68.2843-4.654732.1753
CIE-Lab73.9508-1.127345.3343

#ceb461 color RGB value is (206,180,97).

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

The process color (four color CMYK) of #ceb461 color hex is 0.00, 0.13, 0.53, 0.19. Web safe color of #ceb461 is #cccc66. Color #ceb461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 01100001
Octal 316 264 141
Decimal 206 180 97
Hex CE B4 61

RGB Percentages of Color #ceb461

%42.65
%37.27
%20.08

CMYK Percentages of Color #ceb461

%0
%13
%53
%19

Triadic Colors of #ceb461

#ceb461 #61ceb4 #b461ce

Analogous Colors of #ceb461

#ceb461 #b2ce61 #ce7e61

Monochromatic Colors of #ceb461

#ceb461

Complementary Color

#ceb461 #617bce

#ceb461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb461 Color CSS Codes

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

#ceb461 Text Font Color

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

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


#ceb461 Background Color

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

This div background color is #ceb461


#ceb461 Border Color

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

This div border color is #ceb461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb461


Comments

No comments written yet.

Please login to write comment.