Color Hex Logo

#ceb740 Color Hex

#CEB740
(206,183,64)
0 Favorites   0 Comments

Color spaces of #ceb740

RGB 20618364
HSL0.140.590.53
HSV50°69°81°
CMYK 0.000.110.69   0.19
XYZ43.312547.358911.7089
Yxy47.35890.42310.4626
Hunter Lab68.8178-8.087038.0847
CIE-Lab74.4188-4.971660.7868

#ceb740 color RGB value is (206,183,64).

#ceb740 hex color red value is 206, green value is 183 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ceb740 hue: 0.14 , saturation: 0.59 and the lightness value of ceb740 is 0.53.

The process color (four color CMYK) of #ceb740 color hex is 0.00, 0.11, 0.69, 0.19. Web safe color of #ceb740 is #cccc33. Color #ceb740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 01000000
Octal 316 267 100
Decimal 206 183 64
Hex CE B7 40

RGB Percentages of Color #ceb740

%45.47
%40.40
%14.13

CMYK Percentages of Color #ceb740

%0
%11
%69
%19

Triadic Colors of #ceb740

#ceb740 #40ceb7 #b740ce

Analogous Colors of #ceb740

#ceb740 #9ece40 #ce7040

Monochromatic Colors of #ceb740

#ceb740

Complementary Color

#ceb740 #4057ce

#ceb740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb740 Color CSS Codes

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

#ceb740 Text Font Color

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

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


#ceb740 Background Color

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

This div background color is #ceb740


#ceb740 Border Color

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

This div border color is #ceb740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb740


Comments

No comments written yet.

Please login to write comment.