Color Hex Logo

#ceba2e Color Hex

#CEBA2E
(206,186,46)
0 Favorites   0 Comments

Color spaces of #ceba2e

RGB 20618646
HSL0.150.630.49
HSV53°78°81°
CMYK 0.000.100.78   0.19
XYZ43.505648.43699.6410
Yxy48.43690.42830.4768
Hunter Lab69.5966-10.211840.5044
CIE-Lab75.0997-7.335567.9261

#ceba2e color RGB value is (206,186,46).

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

The process color (four color CMYK) of #ceba2e color hex is 0.00, 0.10, 0.78, 0.19. Web safe color of #ceba2e is #cccc33. Color #ceba2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 00101110
Octal 316 272 56
Decimal 206 186 46
Hex CE BA 2E

RGB Percentages of Color #ceba2e

%47.03
%42.47
%10.50

CMYK Percentages of Color #ceba2e

%0
%10
%78
%19

Triadic Colors of #ceba2e

#ceba2e #2eceba #ba2ece

Analogous Colors of #ceba2e

#ceba2e #92ce2e #ce6a2e

Monochromatic Colors of #ceba2e

#ceba2e

Complementary Color

#ceba2e #2e42ce

#ceba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba2e Color CSS Codes

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

#ceba2e Text Font Color

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

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


#ceba2e Background Color

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

This div background color is #ceba2e


#ceba2e Border Color

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

This div border color is #ceba2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba2e


Comments

No comments written yet.

Please login to write comment.