Color Hex Logo

#ccbc94 Color Hex

#CCBC94
(204,188,148)
0 Favorites   0 Comments

Color spaces of #ccbc94

RGB 204188148
HSL0.120.350.69
HSV43°27°80°
CMYK 0.000.080.27   0.20
XYZ48.230450.941935.3077
Yxy50.94190.35860.3788
Hunter Lab71.3736-4.283220.6314
CIE-Lab76.6438-0.518522.3266

#ccbc94 color RGB value is (204,188,148).

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

The process color (four color CMYK) of #ccbc94 color hex is 0.00, 0.08, 0.27, 0.20. Web safe color of #ccbc94 is #cccc99. Color #ccbc94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 10010100
Octal 314 274 224
Decimal 204 188 148
Hex CC BC 94

RGB Percentages of Color #ccbc94

%37.78
%34.81
%27.41

CMYK Percentages of Color #ccbc94

%0
%8
%27
%20

Triadic Colors of #ccbc94

#ccbc94 #94ccbc #bc94cc

Analogous Colors of #ccbc94

#ccbc94 #c0cc94 #cca094

Monochromatic Colors of #ccbc94

#ccbc94

Complementary Color

#ccbc94 #94a4cc

#ccbc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbc94 Color CSS Codes

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

#ccbc94 Text Font Color

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

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


#ccbc94 Background Color

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

This div background color is #ccbc94


#ccbc94 Border Color

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

This div border color is #ccbc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbc94


Comments

No comments written yet.

Please login to write comment.