Color Hex Logo

#ceb953 Color Hex

#CEB953
(206,185,83)
0 Favorites   0 Comments

Color spaces of #ceb953

RGB 20618583
HSL0.140.560.57
HSV50°60°81°
CMYK 0.000.100.60   0.19
XYZ44.363948.444315.1961
Yxy48.44430.41080.4485
Hunter Lab69.6019-8.028535.7766
CIE-Lab75.1043-4.838053.3345

#ceb953 color RGB value is (206,185,83).

#ceb953 hex color red value is 206, green value is 185 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ceb953 hue: 0.14 , saturation: 0.56 and the lightness value of ceb953 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 01010011
Octal 316 271 123
Decimal 206 185 83
Hex CE B9 53

RGB Percentages of Color #ceb953

%43.46
%39.03
%17.51

CMYK Percentages of Color #ceb953

%0
%10
%60
%19

Triadic Colors of #ceb953

#ceb953 #53ceb9 #b953ce

Analogous Colors of #ceb953

#ceb953 #a6ce53 #ce7c53

Monochromatic Colors of #ceb953

#ceb953

Complementary Color

#ceb953 #5368ce

#ceb953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb953 Color CSS Codes

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

#ceb953 Text Font Color

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

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


#ceb953 Background Color

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

This div background color is #ceb953


#ceb953 Border Color

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

This div border color is #ceb953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb953


Comments

No comments written yet.

Please login to write comment.