Color Hex Logo

#cbdd6f Color Hex

#CBDD6F
(203,221,111)
0 Favorites   0 Comments

Color spaces of #cbdd6f

RGB 203221111
HSL0.190.620.65
HSV70°50°87°
CMYK 0.080.000.50   0.13
XYZ53.354365.557124.8806
Yxy65.55710.37110.4559
Hunter Lab80.9673-24.068338.4578
CIE-Lab84.7700-21.894851.4685

#cbdd6f color RGB value is (203,221,111).

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

The process color (four color CMYK) of #cbdd6f color hex is 0.08, 0.00, 0.50, 0.13. Web safe color of #cbdd6f is #cccc66. Color #cbdd6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 01101111
Octal 313 335 157
Decimal 203 221 111
Hex CB DD 6F

RGB Percentages of Color #cbdd6f

%37.94
%41.31
%20.75

CMYK Percentages of Color #cbdd6f

%8
%0
%50
%13

Triadic Colors of #cbdd6f

#cbdd6f #6fcbdd #dd6fcb

Analogous Colors of #cbdd6f

#cbdd6f #94dd6f #ddb86f

Monochromatic Colors of #cbdd6f

#cbdd6f

Complementary Color

#cbdd6f #816fdd

#cbdd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdd6f Color CSS Codes

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

#cbdd6f Text Font Color

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

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


#cbdd6f Background Color

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

This div background color is #cbdd6f


#cbdd6f Border Color

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

This div border color is #cbdd6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdd6f


Comments

No comments written yet.

Please login to write comment.