Color Hex Logo

#cbdb1d Color Hex

#CBDB1D
(203,219,29)
0 Favorites   0 Comments

Color spaces of #cbdb1d

RGB 20321929
HSL0.180.770.49
HSV65°87°86°
CMYK 0.070.000.87   0.14
XYZ50.181963.448310.7643
Yxy63.44830.40340.5101
Hunter Lab79.6544-26.941247.7458
CIE-Lab83.6777-25.529179.3801

#cbdb1d color RGB value is (203,219,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 00011101
Octal 313 333 35
Decimal 203 219 29
Hex CB DB 1D

RGB Percentages of Color #cbdb1d

%45.01
%48.56
%6.43

CMYK Percentages of Color #cbdb1d

%7
%0
%87
%14

Triadic Colors of #cbdb1d

#cbdb1d #1dcbdb #db1dcb

Analogous Colors of #cbdb1d

#cbdb1d #6cdb1d #db8c1d

Monochromatic Colors of #cbdb1d

#cbdb1d

Complementary Color

#cbdb1d #2d1ddb

#cbdb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb1d Color CSS Codes

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

#cbdb1d Text Font Color

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

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


#cbdb1d Background Color

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

This div background color is #cbdb1d


#cbdb1d Border Color

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

This div border color is #cbdb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb1d


Comments

No comments written yet.

Please login to write comment.