Color Hex Logo

#ceb467 Color Hex

#CEB467
(206,180,103)
0 Favorites   0 Comments

Color spaces of #ceb467

RGB 206180103
HSL0.120.510.61
HSV45°50°81°
CMYK 0.000.130.50   0.19
XYZ44.223046.743619.5236
Yxy46.74360.40020.4231
Hunter Lab68.3693-4.187930.9276
CIE-Lab74.0255-0.598942.4369

#ceb467 color RGB value is (206,180,103).

#ceb467 hex color red value is 206, green value is 180 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ceb467 hue: 0.12 , saturation: 0.51 and the lightness value of ceb467 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 01100111
Octal 316 264 147
Decimal 206 180 103
Hex CE B4 67

RGB Percentages of Color #ceb467

%42.13
%36.81
%21.06

CMYK Percentages of Color #ceb467

%0
%13
%50
%19

Triadic Colors of #ceb467

#ceb467 #67ceb4 #b467ce

Analogous Colors of #ceb467

#ceb467 #b5ce67 #ce8167

Monochromatic Colors of #ceb467

#ceb467

Complementary Color

#ceb467 #6781ce

#ceb467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb467 Color CSS Codes

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

#ceb467 Text Font Color

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

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


#ceb467 Background Color

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

This div background color is #ceb467


#ceb467 Border Color

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

This div border color is #ceb467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb467


Comments

No comments written yet.

Please login to write comment.