Color Hex Logo

#cbd56a Color Hex

#CBD56A
(203,213,106)
0 Favorites   0 Comments

Color spaces of #cbd56a

RGB 203213106
HSL0.180.560.63
HSV66°50°84°
CMYK 0.050.000.50   0.16
XYZ51.024461.325622.7834
Yxy61.32560.37760.4538
Hunter Lab78.3107-20.739537.5679
CIE-Lab82.5535-18.434351.1837

#cbd56a color RGB value is (203,213,106).

#cbd56a hex color red value is 203, green value is 213 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cbd56a hue: 0.18 , saturation: 0.56 and the lightness value of cbd56a is 0.63.

The process color (four color CMYK) of #cbd56a color hex is 0.05, 0.00, 0.50, 0.16. Web safe color of #cbd56a is #cccc66. Color #cbd56a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 01101010
Octal 313 325 152
Decimal 203 213 106
Hex CB D5 6A

RGB Percentages of Color #cbd56a

%38.89
%40.80
%20.31

CMYK Percentages of Color #cbd56a

%5
%0
%50
%16

Triadic Colors of #cbd56a

#cbd56a #6acbd5 #d56acb

Analogous Colors of #cbd56a

#cbd56a #96d56a #d5aa6a

Monochromatic Colors of #cbd56a

#cbd56a

Complementary Color

#cbd56a #746ad5

#cbd56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd56a Color CSS Codes

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

#cbd56a Text Font Color

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

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


#cbd56a Background Color

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

This div background color is #cbd56a


#cbd56a Border Color

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

This div border color is #cbd56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd56a


Comments

No comments written yet.

Please login to write comment.