Color Hex Logo

#cbedbb Color Hex

#CBEDBB
(203,237,187)
0 Favorites   0 Comments

Color spaces of #cbedbb

RGB 203237187
HSL0.280.580.83
HSV101°21°93°
CMYK 0.140.000.21   0.07
XYZ63.882476.852758.4808
Yxy76.85270.32070.3858
Hunter Lab87.6657-23.341121.8143
CIE-Lab90.2538-20.013820.6234

#cbedbb color RGB value is (203,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10111011
Octal 313 355 273
Decimal 203 237 187
Hex CB ED BB

RGB Percentages of Color #cbedbb

%32.38
%37.80
%29.82

CMYK Percentages of Color #cbedbb

%14
%0
%21
%7

Triadic Colors of #cbedbb

#cbedbb #bbcbed #edbbcb

Analogous Colors of #cbedbb

#cbedbb #bbedc4 #e4edbb

Monochromatic Colors of #cbedbb

#cbedbb

Complementary Color

#cbedbb #ddbbed

#cbedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbedbb Color CSS Codes

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

#cbedbb Text Font Color

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

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


#cbedbb Background Color

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

This div background color is #cbedbb


#cbedbb Border Color

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

This div border color is #cbedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbedbb


Comments

No comments written yet.

Please login to write comment.