Color Hex Logo

#cebc92 Color Hex

#CEBC92
(206,188,146)
0 Favorites   0 Comments

Color spaces of #cebc92

RGB 206188146
HSL0.120.380.69
HSV42°29°81°
CMYK 0.000.090.29   0.19
XYZ48.625151.163634.5069
Yxy51.16360.36210.3810
Hunter Lab71.5287-3.831321.4674
CIE-Lab76.7780-0.012023.6047

#cebc92 color RGB value is (206,188,146).

#cebc92 hex color red value is 206, green value is 188 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cebc92 hue: 0.12 , saturation: 0.38 and the lightness value of cebc92 is 0.69.

The process color (four color CMYK) of #cebc92 color hex is 0.00, 0.09, 0.29, 0.19. Web safe color of #cebc92 is #cccc99. Color #cebc92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 10010010
Octal 316 274 222
Decimal 206 188 146
Hex CE BC 92

RGB Percentages of Color #cebc92

%38.15
%34.81
%27.04

CMYK Percentages of Color #cebc92

%0
%9
%29
%19

Triadic Colors of #cebc92

#cebc92 #92cebc #bc92ce

Analogous Colors of #cebc92

#cebc92 #c2ce92 #ce9e92

Monochromatic Colors of #cebc92

#cebc92

Complementary Color

#cebc92 #92a4ce

#cebc92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc92 Color CSS Codes

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

#cebc92 Text Font Color

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

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


#cebc92 Background Color

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

This div background color is #cebc92


#cebc92 Border Color

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

This div border color is #cebc92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc92


Comments

No comments written yet.

Please login to write comment.