Color Hex Logo

#cbee8d Color Hex

#CBEE8D
(203,238,141)
0 Favorites   0 Comments

Color spaces of #cbee8d

RGB 203238141
HSL0.230.740.74
HSV82°41°93°
CMYK 0.150.000.41   0.07
XYZ60.010975.768736.6612
Yxy75.76870.34800.4394
Hunter Lab87.0452-29.267335.9602
CIE-Lab89.7518-26.882943.1928

#cbee8d color RGB value is (203,238,141).

#cbee8d hex color red value is 203, green value is 238 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cbee8d hue: 0.23 , saturation: 0.74 and the lightness value of cbee8d is 0.74.

The process color (four color CMYK) of #cbee8d color hex is 0.15, 0.00, 0.41, 0.07. Web safe color of #cbee8d is #ccff99. Color #cbee8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 10001101
Octal 313 356 215
Decimal 203 238 141
Hex CB EE 8D

RGB Percentages of Color #cbee8d

%34.88
%40.89
%24.23

CMYK Percentages of Color #cbee8d

%15
%0
%41
%7

Triadic Colors of #cbee8d

#cbee8d #8dcbee #ee8dcb

Analogous Colors of #cbee8d

#cbee8d #9bee8d #eee18d

Monochromatic Colors of #cbee8d

#cbee8d

Complementary Color

#cbee8d #b08dee

#cbee8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbee8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbee8d Color CSS Codes

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

#cbee8d Text Font Color

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

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


#cbee8d Background Color

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

This div background color is #cbee8d


#cbee8d Border Color

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

This div border color is #cbee8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbee8d


Comments

No comments written yet.

Please login to write comment.