Color Hex Logo

#cebe2e Color Hex

#CEBE2E
(206,190,46)
0 Favorites   0 Comments

Color spaces of #cebe2e

RGB 20619046
HSL0.150.630.49
HSV54°78°81°
CMYK 0.000.080.78   0.19
XYZ44.360250.14609.9259
Yxy50.14600.42480.4802
Hunter Lab70.8138-12.105741.2591
CIE-Lab76.1588-9.394068.8826

#cebe2e color RGB value is (206,190,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111110 00101110
Octal 316 276 56
Decimal 206 190 46
Hex CE BE 2E

RGB Percentages of Color #cebe2e

%46.61
%42.99
%10.41

CMYK Percentages of Color #cebe2e

%0
%8
%78
%19

Triadic Colors of #cebe2e

#cebe2e #2ecebe #be2ece

Analogous Colors of #cebe2e

#cebe2e #8ece2e #ce6e2e

Monochromatic Colors of #cebe2e

#cebe2e

Complementary Color

#cebe2e #2e3ece

#cebe2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebe2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebe2e Color CSS Codes

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

#cebe2e Text Font Color

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

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


#cebe2e Background Color

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

This div background color is #cebe2e


#cebe2e Border Color

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

This div border color is #cebe2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebe2e


Comments

No comments written yet.

Please login to write comment.