Color Hex Logo

#ccbd90 Color Hex

#CCBD90
(204,189,144)
0 Favorites   0 Comments

Color spaces of #ccbd90

RGB 204189144
HSL0.130.370.68
HSV45°29°80°
CMYK 0.000.070.29   0.20
XYZ48.133551.246233.7402
Yxy51.24620.36160.3850
Hunter Lab71.5865-5.256022.1659
CIE-Lab76.8279-1.579324.7082

#ccbd90 color RGB value is (204,189,144).

#ccbd90 hex color red value is 204, green value is 189 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ccbd90 hue: 0.13 , saturation: 0.37 and the lightness value of ccbd90 is 0.68.

The process color (four color CMYK) of #ccbd90 color hex is 0.00, 0.07, 0.29, 0.20. Web safe color of #ccbd90 is #cccc99. Color #ccbd90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10010000
Octal 314 275 220
Decimal 204 189 144
Hex CC BD 90

RGB Percentages of Color #ccbd90

%37.99
%35.20
%26.82

CMYK Percentages of Color #ccbd90

%0
%7
%29
%20

Triadic Colors of #ccbd90

#ccbd90 #90ccbd #bd90cc

Analogous Colors of #ccbd90

#ccbd90 #bdcc90 #cc9f90

Monochromatic Colors of #ccbd90

#ccbd90

Complementary Color

#ccbd90 #909fcc

#ccbd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd90 Color CSS Codes

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

#ccbd90 Text Font Color

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

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


#ccbd90 Background Color

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

This div background color is #ccbd90


#ccbd90 Border Color

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

This div border color is #ccbd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd90


Comments

No comments written yet.

Please login to write comment.