Color Hex Logo

#cbdd1d Color Hex

#CBDD1D
(203,221,29)
0 Favorites   0 Comments

Color spaces of #cbdd1d

RGB 20322129
HSL0.180.770.49
HSV66°87°87°
CMYK 0.080.000.87   0.13
XYZ50.706864.498110.9392
Yxy64.49810.40200.5113
Hunter Lab80.3107-27.841948.1415
CIE-Lab84.2244-26.481679.8245

#cbdd1d color RGB value is (203,221,29).

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

The process color (four color CMYK) of #cbdd1d color hex is 0.08, 0.00, 0.87, 0.13. Web safe color of #cbdd1d is #cccc33. Color #cbdd1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 00011101
Octal 313 335 35
Decimal 203 221 29
Hex CB DD 1D

RGB Percentages of Color #cbdd1d

%44.81
%48.79
%6.40

CMYK Percentages of Color #cbdd1d

%8
%0
%87
%13

Triadic Colors of #cbdd1d

#cbdd1d #1dcbdd #dd1dcb

Analogous Colors of #cbdd1d

#cbdd1d #6bdd1d #dd8f1d

Monochromatic Colors of #cbdd1d

#cbdd1d

Complementary Color

#cbdd1d #2f1ddd

#cbdd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdd1d Color CSS Codes

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

#cbdd1d Text Font Color

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

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


#cbdd1d Background Color

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

This div background color is #cbdd1d


#cbdd1d Border Color

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

This div border color is #cbdd1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,221,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 #cbdd1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdd1d


Comments

No comments written yet.

Please login to write comment.