Color Hex Logo

#cbedbe Color Hex

#CBEDBE
(203,237,190)
0 Favorites   0 Comments

Color spaces of #cbedbe

RGB 203237190
HSL0.290.570.84
HSV103°20°93°
CMYK 0.140.000.20   0.07
XYZ64.207176.982660.1903
Yxy76.98260.31880.3823
Hunter Lab87.7397-22.919920.7443
CIE-Lab90.3136-19.530919.1577

#cbedbe color RGB value is (203,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10111110
Octal 313 355 276
Decimal 203 237 190
Hex CB ED BE

RGB Percentages of Color #cbedbe

%32.22
%37.62
%30.16

CMYK Percentages of Color #cbedbe

%14
%0
%20
%7

Triadic Colors of #cbedbe

#cbedbe #becbed #edbecb

Analogous Colors of #cbedbe

#cbedbe #beedc9 #e3edbe

Monochromatic Colors of #cbedbe

#cbedbe

Complementary Color

#cbedbe #e0beed

#cbedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbedbe Color CSS Codes

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

#cbedbe Text Font Color

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

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


#cbedbe Background Color

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

This div background color is #cbedbe


#cbedbe Border Color

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

This div border color is #cbedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbedbe


Comments

No comments written yet.

Please login to write comment.