Color Hex Logo

#cbd090 Color Hex

#CBD090
(203,208,144)
0 Favorites   0 Comments

Color spaces of #cbd090

RGB 203208144
HSL0.180.410.69
HSV65°31°82°
CMYK 0.020.000.31   0.18
XYZ52.218559.821935.1801
Yxy59.82190.35470.4063
Hunter Lab77.3446-14.840527.1733
CIE-Lab81.7413-11.787931.2811

#cbd090 color RGB value is (203,208,144).

#cbd090 hex color red value is 203, green value is 208 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cbd090 hue: 0.18 , saturation: 0.41 and the lightness value of cbd090 is 0.69.

The process color (four color CMYK) of #cbd090 color hex is 0.02, 0.00, 0.31, 0.18. Web safe color of #cbd090 is #cccc99. Color #cbd090 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 10010000
Octal 313 320 220
Decimal 203 208 144
Hex CB D0 90

RGB Percentages of Color #cbd090

%36.58
%37.48
%25.95

CMYK Percentages of Color #cbd090

%2
%0
%31
%18

Triadic Colors of #cbd090

#cbd090 #90cbd0 #d090cb

Analogous Colors of #cbd090

#cbd090 #abd090 #d0b590

Monochromatic Colors of #cbd090

#cbd090

Complementary Color

#cbd090 #9590d0

#cbd090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd090 Color CSS Codes

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

#cbd090 Text Font Color

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

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


#cbd090 Background Color

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

This div background color is #cbd090


#cbd090 Border Color

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

This div border color is #cbd090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd090


Comments

No comments written yet.

Please login to write comment.