Color Hex Logo

#cbd43c Color Hex

#CBD43C
(203,212,60)
0 Favorites   0 Comments

Color spaces of #cbd43c

RGB 20321260
HSL0.180.640.53
HSV64°72°83°
CMYK 0.040.000.72   0.17
XYZ48.987760.109713.2954
Yxy60.10970.40020.4911
Hunter Lab77.5304-22.892944.1039
CIE-Lab81.8978-21.088469.5667

#cbd43c color RGB value is (203,212,60).

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

The process color (four color CMYK) of #cbd43c color hex is 0.04, 0.00, 0.72, 0.17. Web safe color of #cbd43c is #cccc33. Color #cbd43c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 00111100
Octal 313 324 74
Decimal 203 212 60
Hex CB D4 3C

RGB Percentages of Color #cbd43c

%42.74
%44.63
%12.63

CMYK Percentages of Color #cbd43c

%4
%0
%72
%17

Triadic Colors of #cbd43c

#cbd43c #3ccbd4 #d43ccb

Analogous Colors of #cbd43c

#cbd43c #7fd43c #d4913c

Monochromatic Colors of #cbd43c

#cbd43c

Complementary Color

#cbd43c #453cd4

#cbd43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd43c Color CSS Codes

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

#cbd43c Text Font Color

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

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


#cbd43c Background Color

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

This div background color is #cbd43c


#cbd43c Border Color

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

This div border color is #cbd43c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,212,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 #cbd43c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd43c


Comments

No comments written yet.

Please login to write comment.