Color Hex Logo

#ceb84e Color Hex

#CEB84E
(206,184,78)
0 Favorites   0 Comments

Color spaces of #ceb84e

RGB 20618478
HSL0.140.570.56
HSV50°62°81°
CMYK 0.000.110.62   0.19
XYZ43.969247.952814.1461
Yxy47.95280.41450.4521
Hunter Lab69.2480-7.844836.3617
CIE-Lab74.7951-4.659155.2482

#ceb84e color RGB value is (206,184,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 01001110
Octal 316 270 116
Decimal 206 184 78
Hex CE B8 4E

RGB Percentages of Color #ceb84e

%44.02
%39.32
%16.67

CMYK Percentages of Color #ceb84e

%0
%11
%62
%19

Triadic Colors of #ceb84e

#ceb84e #4eceb8 #b84ece

Analogous Colors of #ceb84e

#ceb84e #a4ce4e #ce784e

Monochromatic Colors of #ceb84e

#ceb84e

Complementary Color

#ceb84e #4e64ce

#ceb84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb84e Color CSS Codes

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

#ceb84e Text Font Color

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

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


#ceb84e Background Color

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

This div background color is #ceb84e


#ceb84e Border Color

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

This div border color is #ceb84e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,184,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 #ceb84e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb84e


Comments

No comments written yet.

Please login to write comment.