Color Hex Logo

#cbebb3 Color Hex

#CBEBB3
(203,235,179)
0 Favorites   0 Comments

Color spaces of #cbebb3

RGB 203235179
HSL0.260.580.81
HSV94°24°92°
CMYK 0.140.000.24   0.08
XYZ62.473675.367853.9026
Yxy75.36780.32580.3931
Hunter Lab86.8146-23.473323.9575
CIE-Lab89.5650-20.288423.7940

#cbebb3 color RGB value is (203,235,179).

#cbebb3 hex color red value is 203, green value is 235 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #cbebb3 hue: 0.26 , saturation: 0.58 and the lightness value of cbebb3 is 0.81.

The process color (four color CMYK) of #cbebb3 color hex is 0.14, 0.00, 0.24, 0.08. Web safe color of #cbebb3 is #ccffcc. Color #cbebb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10110011
Octal 313 353 263
Decimal 203 235 179
Hex CB EB B3

RGB Percentages of Color #cbebb3

%32.90
%38.09
%29.01

CMYK Percentages of Color #cbebb3

%14
%0
%24
%8

Triadic Colors of #cbebb3

#cbebb3 #b3cbeb #ebb3cb

Analogous Colors of #cbebb3

#cbebb3 #b3ebb7 #e7ebb3

Monochromatic Colors of #cbebb3

#cbebb3

Complementary Color

#cbebb3 #d3b3eb

#cbebb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebb3 Color CSS Codes

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

#cbebb3 Text Font Color

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

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


#cbebb3 Background Color

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

This div background color is #cbebb3


#cbebb3 Border Color

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

This div border color is #cbebb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebb3


Comments

No comments written yet.

Please login to write comment.