Color Hex Logo

#cbdb29 Color Hex

#CBDB29
(203,219,41)
0 Favorites   0 Comments

Color spaces of #cbdb29

RGB 20321941
HSL0.180.710.51
HSV65°81°86°
CMYK 0.070.000.81   0.14
XYZ50.360463.519611.7041
Yxy63.51960.40100.5058
Hunter Lab79.6992-26.682847.0825
CIE-Lab83.7150-25.211476.8278

#cbdb29 color RGB value is (203,219,41).

#cbdb29 hex color red value is 203, green value is 219 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cbdb29 hue: 0.18 , saturation: 0.71 and the lightness value of cbdb29 is 0.51.

The process color (four color CMYK) of #cbdb29 color hex is 0.07, 0.00, 0.81, 0.14. Web safe color of #cbdb29 is #cccc33. Color #cbdb29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 00101001
Octal 313 333 51
Decimal 203 219 41
Hex CB DB 29

RGB Percentages of Color #cbdb29

%43.84
%47.30
%8.86

CMYK Percentages of Color #cbdb29

%7
%0
%81
%14

Triadic Colors of #cbdb29

#cbdb29 #29cbdb #db29cb

Analogous Colors of #cbdb29

#cbdb29 #72db29 #db9229

Monochromatic Colors of #cbdb29

#cbdb29

Complementary Color

#cbdb29 #3929db

#cbdb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb29 Color CSS Codes

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

#cbdb29 Text Font Color

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

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


#cbdb29 Background Color

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

This div background color is #cbdb29


#cbdb29 Border Color

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

This div border color is #cbdb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb29


Comments

No comments written yet.

Please login to write comment.