Color Hex Logo

#cbe98d Color Hex

#CBE98D
(203,233,141)
0 Favorites   0 Comments

Color spaces of #cbe98d

RGB 203233141
HSL0.220.680.73
HSV80°39°91°
CMYK 0.130.000.39   0.09
XYZ58.575272.897436.1827
Yxy72.89740.34940.4348
Hunter Lab85.3800-26.954534.6398
CIE-Lab88.3988-24.499041.4679

#cbe98d color RGB value is (203,233,141).

#cbe98d hex color red value is 203, green value is 233 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cbe98d hue: 0.22 , saturation: 0.68 and the lightness value of cbe98d is 0.73.

The process color (four color CMYK) of #cbe98d color hex is 0.13, 0.00, 0.39, 0.09. Web safe color of #cbe98d is #ccff99. Color #cbe98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 10001101
Octal 313 351 215
Decimal 203 233 141
Hex CB E9 8D

RGB Percentages of Color #cbe98d

%35.18
%40.38
%24.44

CMYK Percentages of Color #cbe98d

%13
%0
%39
%9

Triadic Colors of #cbe98d

#cbe98d #8dcbe9 #e98dcb

Analogous Colors of #cbe98d

#cbe98d #9de98d #e9d98d

Monochromatic Colors of #cbe98d

#cbe98d

Complementary Color

#cbe98d #ab8de9

#cbe98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe98d Color CSS Codes

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

#cbe98d Text Font Color

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

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


#cbe98d Background Color

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

This div background color is #cbe98d


#cbe98d Border Color

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

This div border color is #cbe98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe98d


Comments

No comments written yet.

Please login to write comment.