Color Hex Logo

#ceb04e Color Hex

#CEB04E
(206,176,78)
0 Favorites   0 Comments

Color spaces of #ceb04e

RGB 20617678
HSL0.130.570.56
HSV46°62°81°
CMYK 0.000.150.62   0.19
XYZ42.354144.722513.6077
Yxy44.72250.42070.4442
Hunter Lab66.8749-3.981034.7481
CIE-Lab72.7088-0.460252.9528

#ceb04e color RGB value is (206,176,78).

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

The process color (four color CMYK) of #ceb04e color hex is 0.00, 0.15, 0.62, 0.19. Web safe color of #ceb04e is #cc9966. Color #ceb04e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01001110
Octal 316 260 116
Decimal 206 176 78
Hex CE B0 4E

RGB Percentages of Color #ceb04e

%44.78
%38.26
%16.96

CMYK Percentages of Color #ceb04e

%0
%15
%62
%19

Triadic Colors of #ceb04e

#ceb04e #4eceb0 #b04ece

Analogous Colors of #ceb04e

#ceb04e #acce4e #ce704e

Monochromatic Colors of #ceb04e

#ceb04e

Complementary Color

#ceb04e #4e6cce

#ceb04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb04e Color CSS Codes

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

#ceb04e Text Font Color

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

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


#ceb04e Background Color

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

This div background color is #ceb04e


#ceb04e Border Color

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

This div border color is #ceb04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb04e


Comments

No comments written yet.

Please login to write comment.