Color Hex Logo

#cbdb4f Color Hex

#CBDB4F
(203,219,79)
0 Favorites   0 Comments

Color spaces of #cbdb4f

RGB 20321979
HSL0.190.660.58
HSV67°64°86°
CMYK 0.070.000.64   0.14
XYZ51.371463.924117.0282
Yxy63.92410.38820.4831
Hunter Lab79.9525-25.226543.3393
CIE-Lab83.9262-23.432264.5327

#cbdb4f color RGB value is (203,219,79).

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

The process color (four color CMYK) of #cbdb4f color hex is 0.07, 0.00, 0.64, 0.14. Web safe color of #cbdb4f is #cccc66. Color #cbdb4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011011 01001111
Octal 313 333 117
Decimal 203 219 79
Hex CB DB 4F

RGB Percentages of Color #cbdb4f

%40.52
%43.71
%15.77

CMYK Percentages of Color #cbdb4f

%7
%0
%64
%14

Triadic Colors of #cbdb4f

#cbdb4f #4fcbdb #db4fcb

Analogous Colors of #cbdb4f

#cbdb4f #85db4f #dba54f

Monochromatic Colors of #cbdb4f

#cbdb4f

Complementary Color

#cbdb4f #5f4fdb

#cbdb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbdb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbdb4f Color CSS Codes

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

#cbdb4f Text Font Color

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

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


#cbdb4f Background Color

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

This div background color is #cbdb4f


#cbdb4f Border Color

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

This div border color is #cbdb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbdb4f


Comments

No comments written yet.

Please login to write comment.