Color Hex Logo

#cebb46 Color Hex

#CEBB46
(206,187,70)
0 Favorites   0 Comments

Color spaces of #cebb46

RGB 20618770
HSL0.140.580.54
HSV52°66°81°
CMYK 0.000.090.66   0.19
XYZ44.329449.104712.9361
Yxy49.10470.41670.4616
Hunter Lab70.0747-9.711438.1071
CIE-Lab75.5164-6.714959.4663

#cebb46 color RGB value is (206,187,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 01000110
Octal 316 273 106
Decimal 206 187 70
Hex CE BB 46

RGB Percentages of Color #cebb46

%44.49
%40.39
%15.12

CMYK Percentages of Color #cebb46

%0
%9
%66
%19

Triadic Colors of #cebb46

#cebb46 #46cebb #bb46ce

Analogous Colors of #cebb46

#cebb46 #9dce46 #ce7746

Monochromatic Colors of #cebb46

#cebb46

Complementary Color

#cebb46 #4659ce

#cebb46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebb46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebb46 Color CSS Codes

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

#cebb46 Text Font Color

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

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


#cebb46 Background Color

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

This div background color is #cebb46


#cebb46 Border Color

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

This div border color is #cebb46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebb46


Comments

No comments written yet.

Please login to write comment.