Color Hex Logo

#cbd58b Color Hex

#CBD58B
(203,213,139)
0 Favorites   0 Comments

Color spaces of #cbd58b

RGB 203213139
HSL0.190.470.69
HSV68°35°84°
CMYK 0.050.000.35   0.16
XYZ53.083162.149133.6243
Yxy62.14910.35660.4175
Hunter Lab78.8347-17.768329.8961
CIE-Lab82.9926-14.933935.4922

#cbd58b color RGB value is (203,213,139).

#cbd58b hex color red value is 203, green value is 213 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cbd58b hue: 0.19 , saturation: 0.47 and the lightness value of cbd58b is 0.69.

The process color (four color CMYK) of #cbd58b color hex is 0.05, 0.00, 0.35, 0.16. Web safe color of #cbd58b is #cccc99. Color #cbd58b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 10001011
Octal 313 325 213
Decimal 203 213 139
Hex CB D5 8B

RGB Percentages of Color #cbd58b

%36.58
%38.38
%25.05

CMYK Percentages of Color #cbd58b

%5
%0
%35
%16

Triadic Colors of #cbd58b

#cbd58b #8bcbd5 #d58bcb

Analogous Colors of #cbd58b

#cbd58b #a6d58b #d5ba8b

Monochromatic Colors of #cbd58b

#cbd58b

Complementary Color

#cbd58b #958bd5

#cbd58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd58b Color CSS Codes

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

#cbd58b Text Font Color

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

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


#cbd58b Background Color

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

This div background color is #cbd58b


#cbd58b Border Color

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

This div border color is #cbd58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd58b


Comments

No comments written yet.

Please login to write comment.