Color Hex Logo

#cbd178 Color Hex

#CBD178
(203,209,120)
0 Favorites   0 Comments

Color spaces of #cbd178

RGB 203209120
HSL0.180.490.65
HSV64°43°82°
CMYK 0.030.000.43   0.18
XYZ50.819259.653526.6051
Yxy59.65350.37070.4352
Hunter Lab77.2357-17.713833.6416
CIE-Lab81.6495-15.083243.3262

#cbd178 color RGB value is (203,209,120).

#cbd178 hex color red value is 203, green value is 209 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cbd178 hue: 0.18 , saturation: 0.49 and the lightness value of cbd178 is 0.65.

The process color (four color CMYK) of #cbd178 color hex is 0.03, 0.00, 0.43, 0.18. Web safe color of #cbd178 is #cccc66. Color #cbd178 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010001 01111000
Octal 313 321 170
Decimal 203 209 120
Hex CB D1 78

RGB Percentages of Color #cbd178

%38.16
%39.29
%22.56

CMYK Percentages of Color #cbd178

%3
%0
%43
%18

Triadic Colors of #cbd178

#cbd178 #78cbd1 #d178cb

Analogous Colors of #cbd178

#cbd178 #9fd178 #d1ab78

Monochromatic Colors of #cbd178

#cbd178

Complementary Color

#cbd178 #7e78d1

#cbd178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd178 Color CSS Codes

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

#cbd178 Text Font Color

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

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


#cbd178 Background Color

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

This div background color is #cbd178


#cbd178 Border Color

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

This div border color is #cbd178


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,209,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbd178; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbd178;
  -webkit-box-shadow: 1px 1px 3px 2px #cbd178;
  box-shadow:         1px 1px 3px 2px #cbd178; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,209,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd178


Comments

No comments written yet.

Please login to write comment.