Color Hex Logo

#cbd48d Color Hex

#CBD48D
(203,212,141)
0 Favorites   0 Comments

Color spaces of #cbd48d

RGB 203212141
HSL0.190.450.69
HSV68°33°83°
CMYK 0.040.000.33   0.17
XYZ52.979861.706634.3175
Yxy61.70660.35560.4141
Hunter Lab78.5535-17.080829.0856
CIE-Lab82.7571-14.186134.1635

#cbd48d color RGB value is (203,212,141).

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

The process color (four color CMYK) of #cbd48d color hex is 0.04, 0.00, 0.33, 0.17. Web safe color of #cbd48d is #cccc99. Color #cbd48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 10001101
Octal 313 324 215
Decimal 203 212 141
Hex CB D4 8D

RGB Percentages of Color #cbd48d

%36.51
%38.13
%25.36

CMYK Percentages of Color #cbd48d

%4
%0
%33
%17

Triadic Colors of #cbd48d

#cbd48d #8dcbd4 #d48dcb

Analogous Colors of #cbd48d

#cbd48d #a8d48d #d4ba8d

Monochromatic Colors of #cbd48d

#cbd48d

Complementary Color

#cbd48d #968dd4

#cbd48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd48d Color CSS Codes

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

#cbd48d Text Font Color

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

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


#cbd48d Background Color

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

This div background color is #cbd48d


#cbd48d Border Color

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

This div border color is #cbd48d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,212,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 #cbd48d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd48d


Comments

No comments written yet.

Please login to write comment.