Color Hex Logo

#cbdf6d Color Hex

#CBDF6D
(203,223,109)
0 Favorites   0 Comments

Color spaces of #cbdf6d

RGB 203223109
HSL0.200.640.65
HSV71°51°87°
CMYK 0.090.000.51   0.13
XYZ53.776666.576024.4841
Yxy66.57600.37130.4597
Hunter Lab81.5941-25.144939.3246
CIE-Lab85.2894-23.048253.0169

#cbdf6d color RGB value is (203,223,109).

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

The process color (four color CMYK) of #cbdf6d color hex is 0.09, 0.00, 0.51, 0.13. Web safe color of #cbdf6d is #cccc66. Color #cbdf6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011111 01101101
Octal 313 337 155
Decimal 203 223 109
Hex CB DF 6D

RGB Percentages of Color #cbdf6d

%37.94
%41.68
%20.37

CMYK Percentages of Color #cbdf6d

%9
%0
%51
%13

Triadic Colors of #cbdf6d

#cbdf6d #6dcbdf #df6dcb

Analogous Colors of #cbdf6d

#cbdf6d #92df6d #dfba6d

Monochromatic Colors of #cbdf6d

#cbdf6d

Complementary Color

#cbdf6d #816ddf

#cbdf6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdf6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdf6d Color CSS Codes

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

#cbdf6d Text Font Color

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

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


#cbdf6d Background Color

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

This div background color is #cbdf6d


#cbdf6d Border Color

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

This div border color is #cbdf6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdf6d


Comments

No comments written yet.

Please login to write comment.