Color Hex Logo

#ceb022 Color Hex

#CEB022
(206,176,34)
0 Favorites   0 Comments

Color spaces of #ceb022

RGB 20617634
HSL0.140.720.47
HSV50°83°81°
CMYK 0.000.150.83   0.19
XYZ41.267744.28807.8868
Yxy44.28800.44160.4740
Hunter Lab66.5492-5.771939.5580
CIE-Lab72.4206-2.511569.0792

#ceb022 color RGB value is (206,176,34).

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

The process color (four color CMYK) of #ceb022 color hex is 0.00, 0.15, 0.83, 0.19. Web safe color of #ceb022 is #cc9933. Color #ceb022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 00100010
Octal 316 260 42
Decimal 206 176 34
Hex CE B0 22

RGB Percentages of Color #ceb022

%49.52
%42.31
%8.17

CMYK Percentages of Color #ceb022

%0
%15
%83
%19

Triadic Colors of #ceb022

#ceb022 #22ceb0 #b022ce

Analogous Colors of #ceb022

#ceb022 #96ce22 #ce5a22

Monochromatic Colors of #ceb022

#ceb022

Complementary Color

#ceb022 #2240ce

#ceb022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb022 Color CSS Codes

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

#ceb022 Text Font Color

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

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


#ceb022 Background Color

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

This div background color is #ceb022


#ceb022 Border Color

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

This div border color is #ceb022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb022


Comments

No comments written yet.

Please login to write comment.