Color Hex Logo

#ceba46 Color Hex

#CEBA46
(206,186,70)
0 Favorites   0 Comments

Color spaces of #ceba46

RGB 20618670
HSL0.140.580.54
HSV51°66°81°
CMYK 0.000.100.66   0.19
XYZ44.118048.681812.8656
Yxy48.68180.41750.4607
Hunter Lab69.7723-9.233637.9079
CIE-Lab75.2529-6.196659.1910

#ceba46 color RGB value is (206,186,70).

#ceba46 hex color red value is 206, green value is 186 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ceba46 hue: 0.14 , saturation: 0.58 and the lightness value of ceba46 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 01000110
Octal 316 272 106
Decimal 206 186 70
Hex CE BA 46

RGB Percentages of Color #ceba46

%44.59
%40.26
%15.15

CMYK Percentages of Color #ceba46

%0
%10
%66
%19

Triadic Colors of #ceba46

#ceba46 #46ceba #ba46ce

Analogous Colors of #ceba46

#ceba46 #9ece46 #ce7646

Monochromatic Colors of #ceba46

#ceba46

Complementary Color

#ceba46 #465ace

#ceba46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba46 Color CSS Codes

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

#ceba46 Text Font Color

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

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


#ceba46 Background Color

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

This div background color is #ceba46


#ceba46 Border Color

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

This div border color is #ceba46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba46


Comments

No comments written yet.

Please login to write comment.