Color Hex Logo

#cbd58d Color Hex

#CBD58D
(203,213,141)
0 Favorites   0 Comments

Color spaces of #cbd58d

RGB 203213141
HSL0.190.460.69
HSV68°34°84°
CMYK 0.050.000.34   0.16
XYZ53.230662.208134.4011
Yxy62.20810.35530.4152
Hunter Lab78.8721-17.557029.3504
CIE-Lab83.0240-14.687834.5131

#cbd58d color RGB value is (203,213,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 10001101
Octal 313 325 215
Decimal 203 213 141
Hex CB D5 8D

RGB Percentages of Color #cbd58d

%36.45
%38.24
%25.31

CMYK Percentages of Color #cbd58d

%5
%0
%34
%16

Triadic Colors of #cbd58d

#cbd58d #8dcbd5 #d58dcb

Analogous Colors of #cbd58d

#cbd58d #a7d58d #d5bb8d

Monochromatic Colors of #cbd58d

#cbd58d

Complementary Color

#cbd58d #978dd5

#cbd58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd58d Color CSS Codes

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

#cbd58d Text Font Color

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

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


#cbd58d Background Color

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

This div background color is #cbd58d


#cbd58d Border Color

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

This div border color is #cbd58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd58d


Comments

No comments written yet.

Please login to write comment.