Color Hex Logo

#cbd983 Color Hex

#CBD983
(203,217,131)
0 Favorites   0 Comments

Color spaces of #cbd983

RGB 203217131
HSL0.190.530.68
HSV70°40°85°
CMYK 0.060.000.40   0.15
XYZ53.538263.960930.9967
Yxy63.96090.36050.4307
Hunter Lab79.9756-20.463633.0034
CIE-Lab83.9454-17.867340.7522

#cbd983 color RGB value is (203,217,131).

#cbd983 hex color red value is 203, green value is 217 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cbd983 hue: 0.19 , saturation: 0.53 and the lightness value of cbd983 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 10000011
Octal 313 331 203
Decimal 203 217 131
Hex CB D9 83

RGB Percentages of Color #cbd983

%36.84
%39.38
%23.77

CMYK Percentages of Color #cbd983

%6
%0
%40
%15

Triadic Colors of #cbd983

#cbd983 #83cbd9 #d983cb

Analogous Colors of #cbd983

#cbd983 #a0d983 #d9bc83

Monochromatic Colors of #cbd983

#cbd983

Complementary Color

#cbd983 #9183d9

#cbd983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd983 Color CSS Codes

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

#cbd983 Text Font Color

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

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


#cbd983 Background Color

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

This div background color is #cbd983


#cbd983 Border Color

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

This div border color is #cbd983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd983


Comments

No comments written yet.

Please login to write comment.