Color Hex Logo

#cbd490 Color Hex

#CBD490
(203,212,144)
0 Favorites   0 Comments

Color spaces of #cbd490

RGB 203212144
HSL0.190.440.70
HSV68°32°83°
CMYK 0.040.000.32   0.17
XYZ53.206161.797135.5093
Yxy61.79710.35350.4106
Hunter Lab78.6111-16.755928.2460
CIE-Lab82.8054-13.809032.6890

#cbd490 color RGB value is (203,212,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 10010000
Octal 313 324 220
Decimal 203 212 144
Hex CB D4 90

RGB Percentages of Color #cbd490

%36.31
%37.92
%25.76

CMYK Percentages of Color #cbd490

%4
%0
%32
%17

Triadic Colors of #cbd490

#cbd490 #90cbd4 #d490cb

Analogous Colors of #cbd490

#cbd490 #a9d490 #d4bb90

Monochromatic Colors of #cbd490

#cbd490

Complementary Color

#cbd490 #9990d4

#cbd490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd490 Color CSS Codes

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

#cbd490 Text Font Color

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

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


#cbd490 Background Color

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

This div background color is #cbd490


#cbd490 Border Color

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

This div border color is #cbd490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd490


Comments

No comments written yet.

Please login to write comment.