Color Hex Logo

#cbedbd Color Hex

#CBEDBD
(203,237,189)
0 Favorites   0 Comments

Color spaces of #cbedbd

RGB 203237189
HSL0.280.570.84
HSV103°20°93°
CMYK 0.140.000.20   0.07
XYZ64.098176.939059.6165
Yxy76.93900.31940.3834
Hunter Lab87.7149-23.061221.1032
CIE-Lab90.2935-19.692719.6463

#cbedbd color RGB value is (203,237,189).

#cbedbd hex color red value is 203, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cbedbd hue: 0.28 , saturation: 0.57 and the lightness value of cbedbd is 0.84.

The process color (four color CMYK) of #cbedbd color hex is 0.14, 0.00, 0.20, 0.07. Web safe color of #cbedbd is #ccffcc. Color #cbedbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10111101
Octal 313 355 275
Decimal 203 237 189
Hex CB ED BD

RGB Percentages of Color #cbedbd

%32.27
%37.68
%30.05

CMYK Percentages of Color #cbedbd

%14
%0
%20
%7

Triadic Colors of #cbedbd

#cbedbd #bdcbed #edbdcb

Analogous Colors of #cbedbd

#cbedbd #bdedc7 #e3edbd

Monochromatic Colors of #cbedbd

#cbedbd

Complementary Color

#cbedbd #dfbded

#cbedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbedbd Color CSS Codes

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

#cbedbd Text Font Color

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

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


#cbedbd Background Color

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

This div background color is #cbedbd


#cbedbd Border Color

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

This div border color is #cbedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbedbd


Comments

No comments written yet.

Please login to write comment.