Color Hex Logo

#ceb74e Color Hex

#CEB74E
(206,183,78)
0 Favorites   0 Comments

Color spaces of #ceb74e

RGB 20618378
HSL0.140.570.56
HSV49°62°81°
CMYK 0.000.110.62   0.19
XYZ43.762247.538814.0771
Yxy47.53880.41530.4511
Hunter Lab68.9484-7.364036.1587
CIE-Lab74.5331-4.137454.9613

#ceb74e color RGB value is (206,183,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 01001110
Octal 316 267 116
Decimal 206 183 78
Hex CE B7 4E

RGB Percentages of Color #ceb74e

%44.11
%39.19
%16.70

CMYK Percentages of Color #ceb74e

%0
%11
%62
%19

Triadic Colors of #ceb74e

#ceb74e #4eceb7 #b74ece

Analogous Colors of #ceb74e

#ceb74e #a5ce4e #ce774e

Monochromatic Colors of #ceb74e

#ceb74e

Complementary Color

#ceb74e #4e65ce

#ceb74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb74e Color CSS Codes

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

#ceb74e Text Font Color

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

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


#ceb74e Background Color

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

This div background color is #ceb74e


#ceb74e Border Color

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

This div border color is #ceb74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb74e


Comments

No comments written yet.

Please login to write comment.