Color Hex Logo

#cbd98a Color Hex

#CBD98A
(203,217,138)
0 Favorites   0 Comments

Color spaces of #cbd98a

RGB 203217138
HSL0.200.510.70
HSV71°36°85°
CMYK 0.060.000.36   0.15
XYZ54.028964.157233.5807
Yxy64.15720.35600.4227
Hunter Lab80.0982-19.767631.2117
CIE-Lab84.0475-17.049837.3695

#cbd98a color RGB value is (203,217,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 10001010
Octal 313 331 212
Decimal 203 217 138
Hex CB D9 8A

RGB Percentages of Color #cbd98a

%36.38
%38.89
%24.73

CMYK Percentages of Color #cbd98a

%6
%0
%36
%15

Triadic Colors of #cbd98a

#cbd98a #8acbd9 #d98acb

Analogous Colors of #cbd98a

#cbd98a #a4d98a #d9c08a

Monochromatic Colors of #cbd98a

#cbd98a

Complementary Color

#cbd98a #988ad9

#cbd98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd98a Color CSS Codes

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

#cbd98a Text Font Color

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

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


#cbd98a Background Color

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

This div background color is #cbd98a


#cbd98a Border Color

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

This div border color is #cbd98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd98a


Comments

No comments written yet.

Please login to write comment.