Color Hex Logo

#ceb02e Color Hex

#CEB02E
(206,176,46)
0 Favorites   0 Comments

Color spaces of #ceb02e

RGB 20617646
HSL0.140.630.49
HSV49°78°81°
CMYK 0.000.150.78   0.19
XYZ41.472144.36978.9632
Yxy44.36970.43740.4680
Hunter Lab66.6106-5.433538.6493
CIE-Lab72.4749-2.121765.5406

#ceb02e color RGB value is (206,176,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 00101110
Octal 316 260 56
Decimal 206 176 46
Hex CE B0 2E

RGB Percentages of Color #ceb02e

%48.13
%41.12
%10.75

CMYK Percentages of Color #ceb02e

%0
%15
%78
%19

Triadic Colors of #ceb02e

#ceb02e #2eceb0 #b02ece

Analogous Colors of #ceb02e

#ceb02e #9cce2e #ce602e

Monochromatic Colors of #ceb02e

#ceb02e

Complementary Color

#ceb02e #2e4cce

#ceb02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb02e Color CSS Codes

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

#ceb02e Text Font Color

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

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


#ceb02e Background Color

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

This div background color is #ceb02e


#ceb02e Border Color

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

This div border color is #ceb02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb02e


Comments

No comments written yet.

Please login to write comment.