Color Hex Logo

#ceb822 Color Hex

#CEB822
(206,184,34)
0 Favorites   0 Comments

Color spaces of #ceb822

RGB 20618434
HSL0.150.720.47
HSV52°83°81°
CMYK 0.000.110.83   0.19
XYZ42.882847.51838.4252
Yxy47.51830.43390.4808
Hunter Lab68.9335-9.590741.0069
CIE-Lab74.5201-6.685070.8435

#ceb822 color RGB value is (206,184,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 00100010
Octal 316 270 42
Decimal 206 184 34
Hex CE B8 22

RGB Percentages of Color #ceb822

%48.58
%43.40
%8.02

CMYK Percentages of Color #ceb822

%0
%11
%83
%19

Triadic Colors of #ceb822

#ceb822 #22ceb8 #b822ce

Analogous Colors of #ceb822

#ceb822 #8ece22 #ce6222

Monochromatic Colors of #ceb822

#ceb822

Complementary Color

#ceb822 #2238ce

#ceb822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb822 Color CSS Codes

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

#ceb822 Text Font Color

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

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


#ceb822 Background Color

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

This div background color is #ceb822


#ceb822 Border Color

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

This div border color is #ceb822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb822


Comments

No comments written yet.

Please login to write comment.