Color Hex Logo

#cbd684 Color Hex

#CBD684
(203,214,132)
0 Favorites   0 Comments

Color spaces of #cbd684

RGB 203214132
HSL0.190.500.68
HSV68°38°84°
CMYK 0.050.000.38   0.16
XYZ52.840062.455631.1000
Yxy62.45560.36090.4266
Hunter Lab79.0289-18.952431.9880
CIE-Lab83.1551-16.263739.2437

#cbd684 color RGB value is (203,214,132).

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

The process color (four color CMYK) of #cbd684 color hex is 0.05, 0.00, 0.38, 0.16. Web safe color of #cbd684 is #cccc99. Color #cbd684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 10000100
Octal 313 326 204
Decimal 203 214 132
Hex CB D6 84

RGB Percentages of Color #cbd684

%36.98
%38.98
%24.04

CMYK Percentages of Color #cbd684

%5
%0
%38
%16

Triadic Colors of #cbd684

#cbd684 #84cbd6 #d684cb

Analogous Colors of #cbd684

#cbd684 #a2d684 #d6b884

Monochromatic Colors of #cbd684

#cbd684

Complementary Color

#cbd684 #8f84d6

#cbd684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd684 Color CSS Codes

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

#cbd684 Text Font Color

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

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


#cbd684 Background Color

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

This div background color is #cbd684


#cbd684 Border Color

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

This div border color is #cbd684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd684


Comments

No comments written yet.

Please login to write comment.