Color Hex Logo

#cbed9c Color Hex

#CBED9C
(203,237,156)
0 Favorites   0 Comments

Color spaces of #cbed9c

RGB 203237156
HSL0.240.690.77
HSV85°34°93°
CMYK 0.140.000.34   0.07
XYZ60.913575.665242.8468
Yxy75.66520.33950.4217
Hunter Lab86.9857-27.226931.6854
CIE-Lab89.7037-24.535435.6875

#cbed9c color RGB value is (203,237,156).

#cbed9c hex color red value is 203, green value is 237 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cbed9c hue: 0.24 , saturation: 0.69 and the lightness value of cbed9c is 0.77.

The process color (four color CMYK) of #cbed9c color hex is 0.14, 0.00, 0.34, 0.07. Web safe color of #cbed9c is #ccff99. Color #cbed9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10011100
Octal 313 355 234
Decimal 203 237 156
Hex CB ED 9C

RGB Percentages of Color #cbed9c

%34.06
%39.77
%26.17

CMYK Percentages of Color #cbed9c

%14
%0
%34
%7

Triadic Colors of #cbed9c

#cbed9c #9ccbed #ed9ccb

Analogous Colors of #cbed9c

#cbed9c #a3ed9c #ede79c

Monochromatic Colors of #cbed9c

#cbed9c

Complementary Color

#cbed9c #be9ced

#cbed9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbed9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbed9c Color CSS Codes

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

#cbed9c Text Font Color

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

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


#cbed9c Background Color

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

This div background color is #cbed9c


#cbed9c Border Color

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

This div border color is #cbed9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbed9c


Comments

No comments written yet.

Please login to write comment.