Color Hex Logo

#cbd370 Color Hex

#CBD370
(203,211,112)
0 Favorites   0 Comments

Color spaces of #cbd370

RGB 203211112
HSL0.180.530.63
HSV65°47°83°
CMYK 0.040.000.47   0.17
XYZ50.847560.454924.3182
Yxy60.45490.37490.4458
Hunter Lab77.7527-19.334735.8832
CIE-Lab82.0848-16.884447.7672

#cbd370 color RGB value is (203,211,112).

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

The process color (four color CMYK) of #cbd370 color hex is 0.04, 0.00, 0.47, 0.17. Web safe color of #cbd370 is #cccc66. Color #cbd370 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 01110000
Octal 313 323 160
Decimal 203 211 112
Hex CB D3 70

RGB Percentages of Color #cbd370

%38.59
%40.11
%21.29

CMYK Percentages of Color #cbd370

%4
%0
%47
%17

Triadic Colors of #cbd370

#cbd370 #70cbd3 #d370cb

Analogous Colors of #cbd370

#cbd370 #9ad370 #d3aa70

Monochromatic Colors of #cbd370

#cbd370

Complementary Color

#cbd370 #7870d3

#cbd370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd370 Color CSS Codes

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

#cbd370 Text Font Color

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

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


#cbd370 Background Color

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

This div background color is #cbd370


#cbd370 Border Color

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

This div border color is #cbd370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd370


Comments

No comments written yet.

Please login to write comment.