Color Hex Logo

#cbdb6f Color Hex

#CBDB6F
(203,219,111)
0 Favorites   0 Comments

Color spaces of #cbdb6f

RGB 203219111
HSL0.190.600.65
HSV69°49°86°
CMYK 0.070.000.49   0.14
XYZ52.829464.507224.7057
Yxy64.50720.37190.4541
Hunter Lab80.3164-23.142437.9836
CIE-Lab84.2292-20.920750.8232

#cbdb6f color RGB value is (203,219,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 01101111
Octal 313 333 157
Decimal 203 219 111
Hex CB DB 6F

RGB Percentages of Color #cbdb6f

%38.09
%41.09
%20.83

CMYK Percentages of Color #cbdb6f

%7
%0
%49
%14

Triadic Colors of #cbdb6f

#cbdb6f #6fcbdb #db6fcb

Analogous Colors of #cbdb6f

#cbdb6f #95db6f #dbb56f

Monochromatic Colors of #cbdb6f

#cbdb6f

Complementary Color

#cbdb6f #7f6fdb

#cbdb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb6f Color CSS Codes

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

#cbdb6f Text Font Color

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

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


#cbdb6f Background Color

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

This div background color is #cbdb6f


#cbdb6f Border Color

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

This div border color is #cbdb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb6f


Comments

No comments written yet.

Please login to write comment.