Color Hex Logo

#ceb34a Color Hex

#CEB34A
(206,179,74)
0 Favorites   0 Comments

Color spaces of #ceb34a

RGB 20617974
HSL0.130.570.55
HSV48°64°81°
CMYK 0.000.130.64   0.19
XYZ42.809745.856413.0734
Yxy45.85640.42080.4507
Hunter Lab67.7174-5.660935.9557
CIE-Lab73.4523-2.300355.5608

#ceb34a color RGB value is (206,179,74).

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

The process color (four color CMYK) of #ceb34a color hex is 0.00, 0.13, 0.64, 0.19. Web safe color of #ceb34a is #cccc33. Color #ceb34a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 01001010
Octal 316 263 112
Decimal 206 179 74
Hex CE B3 4A

RGB Percentages of Color #ceb34a

%44.88
%39.00
%16.12

CMYK Percentages of Color #ceb34a

%0
%13
%64
%19

Triadic Colors of #ceb34a

#ceb34a #4aceb3 #b34ace

Analogous Colors of #ceb34a

#ceb34a #a7ce4a #ce714a

Monochromatic Colors of #ceb34a

#ceb34a

Complementary Color

#ceb34a #4a65ce

#ceb34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb34a Color CSS Codes

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

#ceb34a Text Font Color

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

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


#ceb34a Background Color

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

This div background color is #ceb34a


#ceb34a Border Color

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

This div border color is #ceb34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb34a


Comments

No comments written yet.

Please login to write comment.