Color Hex Logo

#cbeebb Color Hex

#CBEEBB
(203,238,187)
0 Favorites   0 Comments

Color spaces of #cbeebb

RGB 203238187
HSL0.280.600.83
HSV101°21°93°
CMYK 0.150.000.21   0.07
XYZ64.172877.433458.5776
Yxy77.43340.32060.3868
Hunter Lab87.9962-23.819222.1290
CIE-Lab90.5207-20.501820.9940

#cbeebb color RGB value is (203,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 10111011
Octal 313 356 273
Decimal 203 238 187
Hex CB EE BB

RGB Percentages of Color #cbeebb

%32.32
%37.90
%29.78

CMYK Percentages of Color #cbeebb

%15
%0
%21
%7

Triadic Colors of #cbeebb

#cbeebb #bbcbee #eebbcb

Analogous Colors of #cbeebb

#cbeebb #bbeec5 #e5eebb

Monochromatic Colors of #cbeebb

#cbeebb

Complementary Color

#cbeebb #debbee

#cbeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeebb Color CSS Codes

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

#cbeebb Text Font Color

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

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


#cbeebb Background Color

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

This div background color is #cbeebb


#cbeebb Border Color

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

This div border color is #cbeebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,238,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 #cbeebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeebb


Comments

No comments written yet.

Please login to write comment.