Color Hex Logo

#cbd88a Color Hex

#CBD88A
(203,216,138)
0 Favorites   0 Comments

Color spaces of #cbd88a

RGB 203216138
HSL0.190.500.69
HSV70°36°85°
CMYK 0.060.000.36   0.15
XYZ53.771963.643233.4950
Yxy63.64320.35630.4217
Hunter Lab79.7767-19.294830.9502
CIE-Lab83.7797-16.552837.0226

#cbd88a color RGB value is (203,216,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011000 10001010
Octal 313 330 212
Decimal 203 216 138
Hex CB D8 8A

RGB Percentages of Color #cbd88a

%36.45
%38.78
%24.78

CMYK Percentages of Color #cbd88a

%6
%0
%36
%15

Triadic Colors of #cbd88a

#cbd88a #8acbd8 #d88acb

Analogous Colors of #cbd88a

#cbd88a #a4d88a #d8be8a

Monochromatic Colors of #cbd88a

#cbd88a

Complementary Color

#cbd88a #978ad8

#cbd88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd88a Color CSS Codes

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

#cbd88a Text Font Color

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

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


#cbd88a Background Color

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

This div background color is #cbd88a


#cbd88a Border Color

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

This div border color is #cbd88a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,216,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 #cbd88a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd88a


Comments

No comments written yet.

Please login to write comment.