Color Hex Logo

#cebf7e Color Hex

#CEBF7E
(206,191,126)
0 Favorites   0 Comments

Color spaces of #cebf7e

RGB 206191126
HSL0.140.450.65
HSV49°39°81°
CMYK 0.000.070.39   0.19
XYZ47.850351.889827.2324
Yxy51.88980.37690.4087
Hunter Lab72.0346-7.488628.0098
CIE-Lab77.2149-4.030534.7053

#cebf7e color RGB value is (206,191,126).

#cebf7e hex color red value is 206, green value is 191 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cebf7e hue: 0.14 , saturation: 0.45 and the lightness value of cebf7e is 0.65.

The process color (four color CMYK) of #cebf7e color hex is 0.00, 0.07, 0.39, 0.19. Web safe color of #cebf7e is #cccc66. Color #cebf7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111111 01111110
Octal 316 277 176
Decimal 206 191 126
Hex CE BF 7E

RGB Percentages of Color #cebf7e

%39.39
%36.52
%24.09

CMYK Percentages of Color #cebf7e

%0
%7
%39
%19

Triadic Colors of #cebf7e

#cebf7e #7ecebf #bf7ece

Analogous Colors of #cebf7e

#cebf7e #b5ce7e #ce977e

Monochromatic Colors of #cebf7e

#cebf7e

Complementary Color

#cebf7e #7e8dce

#cebf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebf7e Color CSS Codes

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

#cebf7e Text Font Color

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

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


#cebf7e Background Color

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

This div background color is #cebf7e


#cebf7e Border Color

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

This div border color is #cebf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebf7e


Comments

No comments written yet.

Please login to write comment.