Color Hex Logo

#ceb22f Color Hex

#CEB22F
(206,178,47)
0 Favorites   0 Comments

Color spaces of #ceb22f

RGB 20617847
HSL0.140.630.50
HSV49°77°81°
CMYK 0.000.140.77   0.19
XYZ41.887145.16789.1999
Yxy45.16780.43520.4693
Hunter Lab67.2070-6.361238.9287
CIE-Lab73.0022-3.133965.6906

#ceb22f color RGB value is (206,178,47).

#ceb22f hex color red value is 206, green value is 178 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ceb22f hue: 0.14 , saturation: 0.63 and the lightness value of ceb22f is 0.50.

The process color (four color CMYK) of #ceb22f color hex is 0.00, 0.14, 0.77, 0.19. Web safe color of #ceb22f is #cc9933. Color #ceb22f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 00101111
Octal 316 262 57
Decimal 206 178 47
Hex CE B2 2F

RGB Percentages of Color #ceb22f

%47.80
%41.30
%10.90

CMYK Percentages of Color #ceb22f

%0
%14
%77
%19

Triadic Colors of #ceb22f

#ceb22f #2fceb2 #b22fce

Analogous Colors of #ceb22f

#ceb22f #9bce2f #ce632f

Monochromatic Colors of #ceb22f

#ceb22f

Complementary Color

#ceb22f #2f4bce

#ceb22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb22f Color CSS Codes

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

#ceb22f Text Font Color

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

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


#ceb22f Background Color

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

This div background color is #ceb22f


#ceb22f Border Color

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

This div border color is #ceb22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb22f


Comments

No comments written yet.

Please login to write comment.