Color Hex Logo

#cbde5b Color Hex

#CBDE5B
(203,222,91)
0 Favorites   0 Comments

Color spaces of #cbde5b

RGB 20322291
HSL0.190.660.61
HSV69°59°87°
CMYK 0.090.000.59   0.13
XYZ52.638265.694419.8035
Yxy65.69440.38110.4756
Hunter Lab81.0521-25.916742.2501
CIE-Lab84.8403-24.051560.5467

#cbde5b color RGB value is (203,222,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011110 01011011
Octal 313 336 133
Decimal 203 222 91
Hex CB DE 5B

RGB Percentages of Color #cbde5b

%39.34
%43.02
%17.64

CMYK Percentages of Color #cbde5b

%9
%0
%59
%13

Triadic Colors of #cbde5b

#cbde5b #5bcbde #de5bcb

Analogous Colors of #cbde5b

#cbde5b #8ade5b #deb05b

Monochromatic Colors of #cbde5b

#cbde5b

Complementary Color

#cbde5b #6e5bde

#cbde5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbde5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbde5b Color CSS Codes

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

#cbde5b Text Font Color

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

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


#cbde5b Background Color

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

This div background color is #cbde5b


#cbde5b Border Color

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

This div border color is #cbde5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbde5b


Comments

No comments written yet.

Please login to write comment.