Color Hex Logo

#cebc66 Color Hex

#CEBC66
(206,188,102)
0 Favorites   0 Comments

Color spaces of #cebc66

RGB 206188102
HSL0.140.510.60
HSV50°50°81°
CMYK 0.000.090.50   0.19
XYZ45.835150.047619.8147
Yxy50.04760.39620.4326
Hunter Lab70.7443-8.152832.9146
CIE-Lab76.0985-4.882445.4533

#cebc66 color RGB value is (206,188,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 01100110
Octal 316 274 146
Decimal 206 188 102
Hex CE BC 66

RGB Percentages of Color #cebc66

%41.53
%37.90
%20.56

CMYK Percentages of Color #cebc66

%0
%9
%50
%19

Triadic Colors of #cebc66

#cebc66 #66cebc #bc66ce

Analogous Colors of #cebc66

#cebc66 #acce66 #ce8866

Monochromatic Colors of #cebc66

#cebc66

Complementary Color

#cebc66 #6678ce

#cebc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc66 Color CSS Codes

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

#cebc66 Text Font Color

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

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


#cebc66 Background Color

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

This div background color is #cebc66


#cebc66 Border Color

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

This div border color is #cebc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc66


Comments

No comments written yet.

Please login to write comment.