Color Hex Logo

#cbeecb Color Hex

#CBEECB
(203,238,203)
0 Favorites   0 Comments

Color spaces of #cbeecb

RGB 203238203
HSL0.330.510.86
HSV120°15°93°
CMYK 0.150.000.15   0.07
XYZ65.982678.157468.1081
Yxy78.15740.31090.3682
Hunter Lab88.4067-21.487616.2079
CIE-Lab90.8517-17.843013.1824

#cbeecb color RGB value is (203,238,203).

#cbeecb hex color red value is 203, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cbeecb hue: 0.33 , saturation: 0.51 and the lightness value of cbeecb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11001011
Octal 313 356 313
Decimal 203 238 203
Hex CB EE CB

RGB Percentages of Color #cbeecb

%31.52
%36.96
%31.52

CMYK Percentages of Color #cbeecb

%15
%0
%15
%7

Triadic Colors of #cbeecb

#cbeecb #cbcbee #eecbcb

Analogous Colors of #cbeecb

#cbeecb #cbeedd #ddeecb

Monochromatic Colors of #cbeecb

#cbeecb

Complementary Color

#cbeecb #eecbee

#cbeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeecb Color CSS Codes

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

#cbeecb Text Font Color

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

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


#cbeecb Background Color

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

This div background color is #cbeecb


#cbeecb Border Color

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

This div border color is #cbeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeecb


Comments

No comments written yet.

Please login to write comment.