Color Hex Logo

#cbd590 Color Hex

#CBD590
(203,213,144)
0 Favorites   0 Comments

Color spaces of #cbd590

RGB 203213144
HSL0.190.450.70
HSV69°32°84°
CMYK 0.050.000.32   0.16
XYZ53.456962.298635.5929
Yxy62.29860.35320.4116
Hunter Lab78.9295-17.233128.5141
CIE-Lab83.0720-14.311533.0406

#cbd590 color RGB value is (203,213,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 10010000
Octal 313 325 220
Decimal 203 213 144
Hex CB D5 90

RGB Percentages of Color #cbd590

%36.25
%38.04
%25.71

CMYK Percentages of Color #cbd590

%5
%0
%32
%16

Triadic Colors of #cbd590

#cbd590 #90cbd5 #d590cb

Analogous Colors of #cbd590

#cbd590 #a9d590 #d5bd90

Monochromatic Colors of #cbd590

#cbd590

Complementary Color

#cbd590 #9a90d5

#cbd590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd590 Color CSS Codes

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

#cbd590 Text Font Color

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

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


#cbd590 Background Color

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

This div background color is #cbd590


#cbd590 Border Color

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

This div border color is #cbd590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd590


Comments

No comments written yet.

Please login to write comment.