Color Hex Logo

#ceb758 Color Hex

#CEB758
(206,183,88)
0 Favorites   0 Comments

Color spaces of #ceb758

RGB 20618388
HSL0.130.550.58
HSV48°57°81°
CMYK 0.000.110.57   0.19
XYZ44.148547.693416.1114
Yxy47.69340.40900.4418
Hunter Lab69.0604-6.745434.5103
CIE-Lab74.6311-3.427250.4763

#ceb758 color RGB value is (206,183,88).

#ceb758 hex color red value is 206, green value is 183 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ceb758 hue: 0.13 , saturation: 0.55 and the lightness value of ceb758 is 0.58.

The process color (four color CMYK) of #ceb758 color hex is 0.00, 0.11, 0.57, 0.19. Web safe color of #ceb758 is #cccc66. Color #ceb758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 01011000
Octal 316 267 130
Decimal 206 183 88
Hex CE B7 58

RGB Percentages of Color #ceb758

%43.19
%38.36
%18.45

CMYK Percentages of Color #ceb758

%0
%11
%57
%19

Triadic Colors of #ceb758

#ceb758 #58ceb7 #b758ce

Analogous Colors of #ceb758

#ceb758 #aace58 #ce7c58

Monochromatic Colors of #ceb758

#ceb758

Complementary Color

#ceb758 #586fce

#ceb758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb758 Color CSS Codes

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

#ceb758 Text Font Color

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

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


#ceb758 Background Color

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

This div background color is #ceb758


#ceb758 Border Color

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

This div border color is #ceb758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb758


Comments

No comments written yet.

Please login to write comment.