color codes Logo

#cbd98d color codes

#CBD98D
(203,217,141)
0 Favorites   0 Comments

Color spaces of #cbd98d

RGB 203217141
HSL0.200.500.70
HSV71°35°85°
CMYK 0.060.000.35   0.15
XYZ54.249264.245334.7407
Yxy64.24530.35400.4193
Hunter Lab80.1532-19.455830.4092
CIE-Lab84.0933-16.684935.9101

#cbd98d color RGB value is (203,217,141).

#cbd98d hex color red value is 203, green value is 217 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cbd98d hue: 0.20 , saturation: 0.50 and the lightness value of cbd98d is 0.70.

The process color (four color CMYK) of #cbd98d color code is 0.06, 0.00, 0.35, 0.15. Web safe color of #cbd98d is #cccc99. Color #cbd98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 10001101
Octal 313 331 215
Decimal 203 217 141
Hex CB D9 8D

RGB Percentages of Color #cbd98d

%36.19
%38.68
%25.13

CMYK Percentages of Color #cbd98d

%6
%0
%35
%15

Triadic Colors of #cbd98d

#cbd98d #8dcbd9 #d98dcb

Analogous Colors of #cbd98d

#cbd98d #a5d98d #d9c18d

Monochromatic Colors of #cbd98d

#cbd98d

Complementary Color

#cbd98d #9b8dd9

#cbd98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd98d Color CSS Codes

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

#cbd98d Text Font Color

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

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


#cbd98d Background Color

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

This div background color is #cbd98d


#cbd98d Border Color

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

This div border color is #cbd98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd98d


Comments

No comments written yet.

Please login to write comment.