Color Hex Logo

#ceb468 Color Hex

#CEB468
(206,180,104)
0 Favorites   0 Comments

Color spaces of #ceb468

RGB 206180104
HSL0.120.510.61
HSV45°50°81°
CMYK 0.000.130.50   0.19
XYZ44.273546.763819.7896
Yxy46.76380.39950.4220
Hunter Lab68.3841-4.106930.7110
CIE-Lab74.0384-0.507441.9494

#ceb468 color RGB value is (206,180,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 01101000
Octal 316 264 150
Decimal 206 180 104
Hex CE B4 68

RGB Percentages of Color #ceb468

%42.04
%36.73
%21.22

CMYK Percentages of Color #ceb468

%0
%13
%50
%19

Triadic Colors of #ceb468

#ceb468 #68ceb4 #b468ce

Analogous Colors of #ceb468

#ceb468 #b5ce68 #ce8168

Monochromatic Colors of #ceb468

#ceb468

Complementary Color

#ceb468 #6882ce

#ceb468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb468 Color CSS Codes

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

#ceb468 Text Font Color

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

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


#ceb468 Background Color

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

This div background color is #ceb468


#ceb468 Border Color

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

This div border color is #ceb468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb468


Comments

No comments written yet.

Please login to write comment.