Color Hex Logo

#cbdd1e Color Hex

#CBDD1E
(203,221,30)
0 Favorites   0 Comments

Color spaces of #cbdd1e

RGB 20322130
HSL0.180.760.49
HSV66°86°87°
CMYK 0.080.000.86   0.13
XYZ50.719464.503211.0055
Yxy64.50320.40180.5110
Hunter Lab80.3139-27.823948.0951
CIE-Lab84.2271-26.459479.6416

#cbdd1e color RGB value is (203,221,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 00011110
Octal 313 335 36
Decimal 203 221 30
Hex CB DD 1E

RGB Percentages of Color #cbdd1e

%44.71
%48.68
%6.61

CMYK Percentages of Color #cbdd1e

%8
%0
%86
%13

Triadic Colors of #cbdd1e

#cbdd1e #1ecbdd #dd1ecb

Analogous Colors of #cbdd1e

#cbdd1e #6cdd1e #dd901e

Monochromatic Colors of #cbdd1e

#cbdd1e

Complementary Color

#cbdd1e #301edd

#cbdd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdd1e Color CSS Codes

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

#cbdd1e Text Font Color

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

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


#cbdd1e Background Color

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

This div background color is #cbdd1e


#cbdd1e Border Color

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

This div border color is #cbdd1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdd1e


Comments

No comments written yet.

Please login to write comment.