Color Hex Logo

#cbdd4d Color Hex

#CBDD4D
(203,221,77)
0 Favorites   0 Comments

Color spaces of #cbdd4d

RGB 20322177
HSL0.190.680.58
HSV68°65°87°
CMYK 0.080.000.65   0.13
XYZ51.824664.945216.8254
Yxy64.94520.38790.4861
Hunter Lab80.5886-26.240944.0334
CIE-Lab84.4555-24.519365.8747

#cbdd4d color RGB value is (203,221,77).

#cbdd4d hex color red value is 203, green value is 221 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cbdd4d hue: 0.19 , saturation: 0.68 and the lightness value of cbdd4d is 0.58.

The process color (four color CMYK) of #cbdd4d color hex is 0.08, 0.00, 0.65, 0.13. Web safe color of #cbdd4d is #cccc66. Color #cbdd4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011101 01001101
Octal 313 335 115
Decimal 203 221 77
Hex CB DD 4D

RGB Percentages of Color #cbdd4d

%40.52
%44.11
%15.37

CMYK Percentages of Color #cbdd4d

%8
%0
%65
%13

Triadic Colors of #cbdd4d

#cbdd4d #4dcbdd #dd4dcb

Analogous Colors of #cbdd4d

#cbdd4d #83dd4d #dda74d

Monochromatic Colors of #cbdd4d

#cbdd4d

Complementary Color

#cbdd4d #5f4ddd

#cbdd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdd4d Color CSS Codes

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

#cbdd4d Text Font Color

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

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


#cbdd4d Background Color

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

This div background color is #cbdd4d


#cbdd4d Border Color

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

This div border color is #cbdd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdd4d


Comments

No comments written yet.

Please login to write comment.