Color Hex Logo

#cebb4e Color Hex

#CEBB4E
(206,187,78)
0 Favorites   0 Comments

Color spaces of #cebb4e

RGB 20618778
HSL0.140.570.56
HSV51°62°81°
CMYK 0.000.090.62   0.19
XYZ44.599149.212514.3561
Yxy49.21250.41230.4550
Hunter Lab70.1516-9.283436.9728
CIE-Lab75.5833-6.218656.1083

#cebb4e color RGB value is (206,187,78).

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

The process color (four color CMYK) of #cebb4e color hex is 0.00, 0.09, 0.62, 0.19. Web safe color of #cebb4e is #cccc66. Color #cebb4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 01001110
Octal 316 273 116
Decimal 206 187 78
Hex CE BB 4E

RGB Percentages of Color #cebb4e

%43.74
%39.70
%16.56

CMYK Percentages of Color #cebb4e

%0
%9
%62
%19

Triadic Colors of #cebb4e

#cebb4e #4ecebb #bb4ece

Analogous Colors of #cebb4e

#cebb4e #a1ce4e #ce7b4e

Monochromatic Colors of #cebb4e

#cebb4e

Complementary Color

#cebb4e #4e61ce

#cebb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebb4e Color CSS Codes

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

#cebb4e Text Font Color

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

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


#cebb4e Background Color

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

This div background color is #cebb4e


#cebb4e Border Color

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

This div border color is #cebb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebb4e


Comments

No comments written yet.

Please login to write comment.