Color Hex Logo

#ceb422 Color Hex

#CEB422
(206,180,34)
0 Favorites   0 Comments

Color spaces of #ceb422

RGB 20618034
HSL0.140.720.47
HSV51°83°81°
CMYK 0.000.130.83   0.19
XYZ42.063645.87988.1521
Yxy45.87980.43770.4774
Hunter Lab67.7346-7.686140.2785
CIE-Lab73.4675-4.605569.9597

#ceb422 color RGB value is (206,180,34).

#ceb422 hex color red value is 206, green value is 180 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ceb422 hue: 0.14 , saturation: 0.72 and the lightness value of ceb422 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 00100010
Octal 316 264 42
Decimal 206 180 34
Hex CE B4 22

RGB Percentages of Color #ceb422

%49.05
%42.86
%8.10

CMYK Percentages of Color #ceb422

%0
%13
%83
%19

Triadic Colors of #ceb422

#ceb422 #22ceb4 #b422ce

Analogous Colors of #ceb422

#ceb422 #92ce22 #ce5e22

Monochromatic Colors of #ceb422

#ceb422

Complementary Color

#ceb422 #223cce

#ceb422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb422 Color CSS Codes

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

#ceb422 Text Font Color

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

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


#ceb422 Background Color

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

This div background color is #ceb422


#ceb422 Border Color

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

This div border color is #ceb422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb422


Comments

No comments written yet.

Please login to write comment.