Color Hex Logo

#cbdb6d Color Hex

#CBDB6D
(203,219,109)
0 Favorites   0 Comments

Color spaces of #cbdb6d

RGB 203219109
HSL0.190.600.64
HSV69°50°86°
CMYK 0.070.000.50   0.14
XYZ52.720464.463724.1321
Yxy64.46370.37310.4562
Hunter Lab80.2893-23.297738.3820
CIE-Lab84.2066-21.106551.7358

#cbdb6d color RGB value is (203,219,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 01101101
Octal 313 333 155
Decimal 203 219 109
Hex CB DB 6D

RGB Percentages of Color #cbdb6d

%38.23
%41.24
%20.53

CMYK Percentages of Color #cbdb6d

%7
%0
%50
%14

Triadic Colors of #cbdb6d

#cbdb6d #6dcbdb #db6dcb

Analogous Colors of #cbdb6d

#cbdb6d #94db6d #dbb46d

Monochromatic Colors of #cbdb6d

#cbdb6d

Complementary Color

#cbdb6d #7d6ddb

#cbdb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb6d Color CSS Codes

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

#cbdb6d Text Font Color

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

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


#cbdb6d Background Color

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

This div background color is #cbdb6d


#cbdb6d Border Color

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

This div border color is #cbdb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb6d


Comments

No comments written yet.

Please login to write comment.