Color Hex Logo

#cbd984 Color Hex

#CBD984
(203,217,132)
0 Favorites   0 Comments

Color spaces of #cbd984

RGB 203217132
HSL0.190.530.68
HSV70°39°85°
CMYK 0.060.000.39   0.15
XYZ53.606363.988231.3554
Yxy63.98820.35990.4296
Hunter Lab79.9926-20.367032.7544
CIE-Lab83.9596-17.753540.2712

#cbd984 color RGB value is (203,217,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 10000100
Octal 313 331 204
Decimal 203 217 132
Hex CB D9 84

RGB Percentages of Color #cbd984

%36.78
%39.31
%23.91

CMYK Percentages of Color #cbd984

%6
%0
%39
%15

Triadic Colors of #cbd984

#cbd984 #84cbd9 #d984cb

Analogous Colors of #cbd984

#cbd984 #a1d984 #d9bd84

Monochromatic Colors of #cbd984

#cbd984

Complementary Color

#cbd984 #9284d9

#cbd984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd984 Color CSS Codes

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

#cbd984 Text Font Color

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

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


#cbd984 Background Color

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

This div background color is #cbd984


#cbd984 Border Color

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

This div border color is #cbd984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd984


Comments

No comments written yet.

Please login to write comment.