Color Hex Logo

#cbdb6e Color Hex

#CBDB6E
(203,219,110)
0 Favorites   0 Comments

Color spaces of #cbdb6e

RGB 203219110
HSL0.190.600.65
HSV69°50°86°
CMYK 0.070.000.50   0.14
XYZ52.774664.485324.4172
Yxy64.48530.37250.4552
Hunter Lab80.3027-23.220438.1839
CIE-Lab84.2178-21.014051.2803

#cbdb6e color RGB value is (203,219,110).

#cbdb6e hex color red value is 203, green value is 219 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cbdb6e hue: 0.19 , saturation: 0.60 and the lightness value of cbdb6e is 0.65.

The process color (four color CMYK) of #cbdb6e color hex is 0.07, 0.00, 0.50, 0.14. Web safe color of #cbdb6e is #cccc66. Color #cbdb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 01101110
Octal 313 333 156
Decimal 203 219 110
Hex CB DB 6E

RGB Percentages of Color #cbdb6e

%38.16
%41.17
%20.68

CMYK Percentages of Color #cbdb6e

%7
%0
%50
%14

Triadic Colors of #cbdb6e

#cbdb6e #6ecbdb #db6ecb

Analogous Colors of #cbdb6e

#cbdb6e #95db6e #dbb56e

Monochromatic Colors of #cbdb6e

#cbdb6e

Complementary Color

#cbdb6e #7e6edb

#cbdb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb6e Color CSS Codes

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

#cbdb6e Text Font Color

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

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


#cbdb6e Background Color

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

This div background color is #cbdb6e


#cbdb6e Border Color

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

This div border color is #cbdb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb6e


Comments

No comments written yet.

Please login to write comment.