Color Hex Logo

#cebc68 Color Hex

#CEBC68
(206,188,104)
0 Favorites   0 Comments

Color spaces of #cebc68

RGB 206188104
HSL0.140.510.61
HSV49°50°81°
CMYK 0.000.090.50   0.19
XYZ45.935550.087720.3435
Yxy50.08770.39470.4304
Hunter Lab70.7727-7.995532.4980
CIE-Lab76.1231-4.702344.4963

#cebc68 color RGB value is (206,188,104).

#cebc68 hex color red value is 206, green value is 188 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cebc68 hue: 0.14 , saturation: 0.51 and the lightness value of cebc68 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 01101000
Octal 316 274 150
Decimal 206 188 104
Hex CE BC 68

RGB Percentages of Color #cebc68

%41.37
%37.75
%20.88

CMYK Percentages of Color #cebc68

%0
%9
%50
%19

Triadic Colors of #cebc68

#cebc68 #68cebc #bc68ce

Analogous Colors of #cebc68

#cebc68 #adce68 #ce8968

Monochromatic Colors of #cebc68

#cebc68

Complementary Color

#cebc68 #687ace

#cebc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc68 Color CSS Codes

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

#cebc68 Text Font Color

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

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


#cebc68 Background Color

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

This div background color is #cebc68


#cebc68 Border Color

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

This div border color is #cebc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc68


Comments

No comments written yet.

Please login to write comment.