Color Hex Logo

#cbd392 Color Hex

#CBD392
(203,211,146)
0 Favorites   0 Comments

Color spaces of #cbd392

RGB 203211146
HSL0.190.420.70
HSV67°31°83°
CMYK 0.040.000.31   0.17
XYZ53.111261.360436.2386
Yxy61.36040.35240.4071
Hunter Lab78.3329-16.056127.4041
CIE-Lab82.5721-13.048631.3507

#cbd392 color RGB value is (203,211,146).

#cbd392 hex color red value is 203, green value is 211 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cbd392 hue: 0.19 , saturation: 0.42 and the lightness value of cbd392 is 0.70.

The process color (four color CMYK) of #cbd392 color hex is 0.04, 0.00, 0.31, 0.17. Web safe color of #cbd392 is #cccc99. Color #cbd392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 10010010
Octal 313 323 222
Decimal 203 211 146
Hex CB D3 92

RGB Percentages of Color #cbd392

%36.25
%37.68
%26.07

CMYK Percentages of Color #cbd392

%4
%0
%31
%17

Triadic Colors of #cbd392

#cbd392 #92cbd3 #d392cb

Analogous Colors of #cbd392

#cbd392 #abd392 #d3bb92

Monochromatic Colors of #cbd392

#cbd392

Complementary Color

#cbd392 #9a92d3

#cbd392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd392 Color CSS Codes

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

#cbd392 Text Font Color

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

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


#cbd392 Background Color

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

This div background color is #cbd392


#cbd392 Border Color

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

This div border color is #cbd392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd392


Comments

No comments written yet.

Please login to write comment.