Color Hex Logo

#cbdb5e Color Hex

#CBDB5E
(203,219,94)
0 Favorites   0 Comments

Color spaces of #cbdb5e

RGB 20321994
HSL0.190.630.61
HSV68°57°86°
CMYK 0.070.000.57   0.14
XYZ51.980564.167720.2356
Yxy64.16770.38110.4705
Hunter Lab80.1047-24.353541.0958
CIE-Lab84.0530-22.375358.3711

#cbdb5e color RGB value is (203,219,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 01011110
Octal 313 333 136
Decimal 203 219 94
Hex CB DB 5E

RGB Percentages of Color #cbdb5e

%39.34
%42.44
%18.22

CMYK Percentages of Color #cbdb5e

%7
%0
%57
%14

Triadic Colors of #cbdb5e

#cbdb5e #5ecbdb #db5ecb

Analogous Colors of #cbdb5e

#cbdb5e #8ddb5e #dbad5e

Monochromatic Colors of #cbdb5e

#cbdb5e

Complementary Color

#cbdb5e #6e5edb

#cbdb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb5e Color CSS Codes

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

#cbdb5e Text Font Color

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

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


#cbdb5e Background Color

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

This div background color is #cbdb5e


#cbdb5e Border Color

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

This div border color is #cbdb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb5e


Comments

No comments written yet.

Please login to write comment.