Color Hex Logo

#cbd63c Color Hex

#CBD63C
(203,214,60)
0 Favorites   0 Comments

Color spaces of #cbd63c

RGB 20321460
HSL0.180.650.54
HSV64°72°84°
CMYK 0.050.000.72   0.16
XYZ49.490861.115913.4631
Yxy61.11590.39890.4926
Hunter Lab78.1767-23.807344.5131
CIE-Lab82.4410-22.062370.0879

#cbd63c color RGB value is (203,214,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 00111100
Octal 313 326 74
Decimal 203 214 60
Hex CB D6 3C

RGB Percentages of Color #cbd63c

%42.56
%44.86
%12.58

CMYK Percentages of Color #cbd63c

%5
%0
%72
%16

Triadic Colors of #cbd63c

#cbd63c #3ccbd6 #d63ccb

Analogous Colors of #cbd63c

#cbd63c #7ed63c #d6943c

Monochromatic Colors of #cbd63c

#cbd63c

Complementary Color

#cbd63c #473cd6

#cbd63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd63c Color CSS Codes

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

#cbd63c Text Font Color

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

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


#cbd63c Background Color

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

This div background color is #cbd63c


#cbd63c Border Color

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

This div border color is #cbd63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd63c


Comments

No comments written yet.

Please login to write comment.