Color Hex Logo

#cebc2e Color Hex

#CEBC2E
(206,188,46)
0 Favorites   0 Comments

Color spaces of #cebc2e

RGB 20618846
HSL0.150.630.49
HSV53°78°81°
CMYK 0.000.090.78   0.19
XYZ43.930049.28559.7825
Yxy49.28550.42650.4785
Hunter Lab70.2036-11.159840.8808
CIE-Lab75.6286-8.366568.4040

#cebc2e color RGB value is (206,188,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 00101110
Octal 316 274 56
Decimal 206 188 46
Hex CE BC 2E

RGB Percentages of Color #cebc2e

%46.82
%42.73
%10.45

CMYK Percentages of Color #cebc2e

%0
%9
%78
%19

Triadic Colors of #cebc2e

#cebc2e #2ecebc #bc2ece

Analogous Colors of #cebc2e

#cebc2e #90ce2e #ce6c2e

Monochromatic Colors of #cebc2e

#cebc2e

Complementary Color

#cebc2e #2e40ce

#cebc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc2e Color CSS Codes

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

#cebc2e Text Font Color

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

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


#cebc2e Background Color

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

This div background color is #cebc2e


#cebc2e Border Color

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

This div border color is #cebc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc2e


Comments

No comments written yet.

Please login to write comment.