Color Hex Logo

#cbd35b Color Hex

#CBD35B
(203,211,91)
0 Favorites   0 Comments

Color spaces of #cbd35b

RGB 20321191
HSL0.180.580.59
HSV64°57°83°
CMYK 0.040.000.57   0.17
XYZ49.811260.040418.8612
Yxy60.04040.38700.4665
Hunter Lab77.4857-20.852539.8079
CIE-Lab81.8601-18.692357.2351

#cbd35b color RGB value is (203,211,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010011 01011011
Octal 313 323 133
Decimal 203 211 91
Hex CB D3 5B

RGB Percentages of Color #cbd35b

%40.20
%41.78
%18.02

CMYK Percentages of Color #cbd35b

%4
%0
%57
%17

Triadic Colors of #cbd35b

#cbd35b #5bcbd3 #d35bcb

Analogous Colors of #cbd35b

#cbd35b #8fd35b #d39f5b

Monochromatic Colors of #cbd35b

#cbd35b

Complementary Color

#cbd35b #635bd3

#cbd35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd35b Color CSS Codes

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

#cbd35b Text Font Color

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

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


#cbd35b Background Color

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

This div background color is #cbd35b


#cbd35b Border Color

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

This div border color is #cbd35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd35b


Comments

No comments written yet.

Please login to write comment.