Color Hex Logo

#cbdb50 Color Hex

#CBDB50
(203,219,80)
0 Favorites   0 Comments

Color spaces of #cbdb50

RGB 20321980
HSL0.190.660.59
HSV67°63°86°
CMYK 0.070.000.63   0.14
XYZ51.408163.938717.2213
Yxy63.93870.38780.4823
Hunter Lab79.9617-25.173643.2039
CIE-Lab83.9338-23.368164.1401

#cbdb50 color RGB value is (203,219,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 01010000
Octal 313 333 120
Decimal 203 219 80
Hex CB DB 50

RGB Percentages of Color #cbdb50

%40.44
%43.63
%15.94

CMYK Percentages of Color #cbdb50

%7
%0
%63
%14

Triadic Colors of #cbdb50

#cbdb50 #50cbdb #db50cb

Analogous Colors of #cbdb50

#cbdb50 #86db50 #dba650

Monochromatic Colors of #cbdb50

#cbdb50

Complementary Color

#cbdb50 #6050db

#cbdb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb50 Color CSS Codes

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

#cbdb50 Text Font Color

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

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


#cbdb50 Background Color

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

This div background color is #cbdb50


#cbdb50 Border Color

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

This div border color is #cbdb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb50


Comments

No comments written yet.

Please login to write comment.