Color Hex Logo

#cbef9d Color Hex

#CBEF9D
(203,239,157)
0 Favorites   0 Comments

Color spaces of #cbef9d

RGB 203239157
HSL0.240.720.78
HSV86°34°94°
CMYK 0.150.000.34   0.06
XYZ61.580976.863843.4888
Yxy76.86380.33850.4225
Hunter Lab87.6720-28.047431.9602
CIE-Lab90.2589-25.360035.9164

#cbef9d color RGB value is (203,239,157).

#cbef9d hex color red value is 203, green value is 239 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cbef9d hue: 0.24 , saturation: 0.72 and the lightness value of cbef9d is 0.78.

The process color (four color CMYK) of #cbef9d color hex is 0.15, 0.00, 0.34, 0.06. Web safe color of #cbef9d is #ccff99. Color #cbef9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 10011101
Octal 313 357 235
Decimal 203 239 157
Hex CB EF 9D

RGB Percentages of Color #cbef9d

%33.89
%39.90
%26.21

CMYK Percentages of Color #cbef9d

%15
%0
%34
%6

Triadic Colors of #cbef9d

#cbef9d #9dcbef #ef9dcb

Analogous Colors of #cbef9d

#cbef9d #a2ef9d #efea9d

Monochromatic Colors of #cbef9d

#cbef9d

Complementary Color

#cbef9d #c19def

#cbef9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbef9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbef9d Color CSS Codes

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

#cbef9d Text Font Color

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

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


#cbef9d Background Color

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

This div background color is #cbef9d


#cbef9d Border Color

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

This div border color is #cbef9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbef9d


Comments

No comments written yet.

Please login to write comment.