Color Hex Logo

#ceb965 Color Hex

#CEB965
(206,185,101)
0 Favorites   0 Comments

Color spaces of #ceb965

RGB 206185101
HSL0.130.520.60
HSV48°51°81°
CMYK 0.000.100.51   0.19
XYZ45.151548.759319.3437
Yxy48.75930.39870.4305
Hunter Lab69.8279-6.778632.4550
CIE-Lab75.3013-3.405544.9841

#ceb965 color RGB value is (206,185,101).

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

The process color (four color CMYK) of #ceb965 color hex is 0.00, 0.10, 0.51, 0.19. Web safe color of #ceb965 is #cccc66. Color #ceb965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 01100101
Octal 316 271 145
Decimal 206 185 101
Hex CE B9 65

RGB Percentages of Color #ceb965

%41.87
%37.60
%20.53

CMYK Percentages of Color #ceb965

%0
%10
%51
%19

Triadic Colors of #ceb965

#ceb965 #65ceb9 #b965ce

Analogous Colors of #ceb965

#ceb965 #afce65 #ce8565

Monochromatic Colors of #ceb965

#ceb965

Complementary Color

#ceb965 #657ace

#ceb965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb965 Color CSS Codes

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

#ceb965 Text Font Color

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

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


#ceb965 Background Color

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

This div background color is #ceb965


#ceb965 Border Color

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

This div border color is #ceb965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb965


Comments

No comments written yet.

Please login to write comment.