Color Hex Logo

#cbd340 Color Hex

#CBD340
(203,211,64)
0 Favorites   0 Comments

Color spaces of #cbd340

RGB 20321164
HSL0.180.630.54
HSV63°70°83°
CMYK 0.040.000.70   0.17
XYZ48.848359.655213.7905
Yxy59.65520.39940.4878
Hunter Lab77.2368-22.272343.4796
CIE-Lab81.6504-20.402867.9236

#cbd340 color RGB value is (203,211,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 01000000
Octal 313 323 100
Decimal 203 211 64
Hex CB D3 40

RGB Percentages of Color #cbd340

%42.47
%44.14
%13.39

CMYK Percentages of Color #cbd340

%4
%0
%70
%17

Triadic Colors of #cbd340

#cbd340 #40cbd3 #d340cb

Analogous Colors of #cbd340

#cbd340 #82d340 #d39240

Monochromatic Colors of #cbd340

#cbd340

Complementary Color

#cbd340 #4840d3

#cbd340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd340 Color CSS Codes

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

#cbd340 Text Font Color

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

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


#cbd340 Background Color

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

This div background color is #cbd340


#cbd340 Border Color

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

This div border color is #cbd340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd340


Comments

No comments written yet.

Please login to write comment.