Color Hex Logo

#cbd78a Color Hex

#CBD78A
(203,215,138)
0 Favorites   0 Comments

Color spaces of #cbd78a

RGB 203215138
HSL0.190.490.69
HSV69°36°84°
CMYK 0.060.000.36   0.16
XYZ53.516563.132433.4099
Yxy63.13240.35660.4207
Hunter Lab79.4559-18.821430.6887
CIE-Lab83.5120-16.054936.6756

#cbd78a color RGB value is (203,215,138).

#cbd78a hex color red value is 203, green value is 215 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cbd78a hue: 0.19 , saturation: 0.49 and the lightness value of cbd78a is 0.69.

The process color (four color CMYK) of #cbd78a color hex is 0.06, 0.00, 0.36, 0.16. Web safe color of #cbd78a is #cccc99. Color #cbd78a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010111 10001010
Octal 313 327 212
Decimal 203 215 138
Hex CB D7 8A

RGB Percentages of Color #cbd78a

%36.51
%38.67
%24.82

CMYK Percentages of Color #cbd78a

%6
%0
%36
%16

Triadic Colors of #cbd78a

#cbd78a #8acbd7 #d78acb

Analogous Colors of #cbd78a

#cbd78a #a5d78a #d7bd8a

Monochromatic Colors of #cbd78a

#cbd78a

Complementary Color

#cbd78a #968ad7

#cbd78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd78a Color CSS Codes

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

#cbd78a Text Font Color

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

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


#cbd78a Background Color

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

This div background color is #cbd78a


#cbd78a Border Color

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

This div border color is #cbd78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd78a


Comments

No comments written yet.

Please login to write comment.