Color Hex Logo

#cbdd7f Color Hex

#CBDD7F
(203,221,127)
0 Favorites   0 Comments

Color spaces of #cbdd7f

RGB 203221127
HSL0.200.580.68
HSV71°43°87°
CMYK 0.080.000.43   0.13
XYZ54.315865.941729.9440
Yxy65.94170.36160.4390
Hunter Lab81.2045-22.713434.9801
CIE-Lab84.9667-20.279744.0196

#cbdd7f color RGB value is (203,221,127).

#cbdd7f hex color red value is 203, green value is 221 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cbdd7f hue: 0.20 , saturation: 0.58 and the lightness value of cbdd7f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 01111111
Octal 313 335 177
Decimal 203 221 127
Hex CB DD 7F

RGB Percentages of Color #cbdd7f

%36.84
%40.11
%23.05

CMYK Percentages of Color #cbdd7f

%8
%0
%43
%13

Triadic Colors of #cbdd7f

#cbdd7f #7fcbdd #dd7fcb

Analogous Colors of #cbdd7f

#cbdd7f #9cdd7f #ddc07f

Monochromatic Colors of #cbdd7f

#cbdd7f

Complementary Color

#cbdd7f #917fdd

#cbdd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdd7f Color CSS Codes

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

#cbdd7f Text Font Color

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

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


#cbdd7f Background Color

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

This div background color is #cbdd7f


#cbdd7f Border Color

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

This div border color is #cbdd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdd7f


Comments

No comments written yet.

Please login to write comment.