Color Hex Logo

#cbd64c Color Hex

#CBD64C
(203,214,76)
0 Favorites   0 Comments

Color spaces of #cbd64c

RGB 20321476
HSL0.180.630.57
HSV65°64°84°
CMYK 0.050.000.64   0.16
XYZ49.979761.311416.0376
Yxy61.31140.39250.4815
Hunter Lab78.3016-23.091742.6674
CIE-Lab82.5459-21.194064.2842

#cbd64c color RGB value is (203,214,76).

#cbd64c hex color red value is 203, green value is 214 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cbd64c hue: 0.18 , saturation: 0.63 and the lightness value of cbd64c is 0.57.

The process color (four color CMYK) of #cbd64c color hex is 0.05, 0.00, 0.64, 0.16. Web safe color of #cbd64c is #cccc33. Color #cbd64c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 01001100
Octal 313 326 114
Decimal 203 214 76
Hex CB D6 4C

RGB Percentages of Color #cbd64c

%41.18
%43.41
%15.42

CMYK Percentages of Color #cbd64c

%5
%0
%64
%16

Triadic Colors of #cbd64c

#cbd64c #4ccbd6 #d64ccb

Analogous Colors of #cbd64c

#cbd64c #86d64c #d69c4c

Monochromatic Colors of #cbd64c

#cbd64c

Complementary Color

#cbd64c #574cd6

#cbd64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd64c Color CSS Codes

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

#cbd64c Text Font Color

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

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


#cbd64c Background Color

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

This div background color is #cbd64c


#cbd64c Border Color

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

This div border color is #cbd64c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd64c


Comments

No comments written yet.

Please login to write comment.