Color Hex Logo

#cebb4f Color Hex

#CEBB4F
(206,187,79)
0 Favorites   0 Comments

Color spaces of #cebb4f

RGB 20618779
HSL0.140.560.56
HSV51°62°81°
CMYK 0.000.090.62   0.19
XYZ44.635249.227014.5464
Yxy49.22700.41170.4541
Hunter Lab70.1620-9.226436.8210
CIE-Lab75.5923-6.152655.6760

#cebb4f color RGB value is (206,187,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 01001111
Octal 316 273 117
Decimal 206 187 79
Hex CE BB 4F

RGB Percentages of Color #cebb4f

%43.64
%39.62
%16.74

CMYK Percentages of Color #cebb4f

%0
%9
%62
%19

Triadic Colors of #cebb4f

#cebb4f #4fcebb #bb4fce

Analogous Colors of #cebb4f

#cebb4f #a2ce4f #ce7c4f

Monochromatic Colors of #cebb4f

#cebb4f

Complementary Color

#cebb4f #4f62ce

#cebb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebb4f Color CSS Codes

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

#cebb4f Text Font Color

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

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


#cebb4f Background Color

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

This div background color is #cebb4f


#cebb4f Border Color

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

This div border color is #cebb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebb4f


Comments

No comments written yet.

Please login to write comment.