Color Hex Logo

#cbbeb2 Color Hex

#CBBEB2
(203,190,178)
0 Favorites   0 Comments

Color spaces of #cbbeb2

RGB 203190178
HSL0.080.190.75
HSV29°12°80°
CMYK 0.000.060.12   0.20
XYZ51.077952.737849.6068
Yxy52.73780.33290.3437
Hunter Lab72.6208-1.538310.3339
CIE-Lab77.71992.54197.6914

#cbbeb2 color RGB value is (203,190,178).

#cbbeb2 hex color red value is 203, green value is 190 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #cbbeb2 hue: 0.08 , saturation: 0.19 and the lightness value of cbbeb2 is 0.75.

The process color (four color CMYK) of #cbbeb2 color hex is 0.00, 0.06, 0.12, 0.20. Web safe color of #cbbeb2 is #cccc99. Color #cbbeb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 10110010
Octal 313 276 262
Decimal 203 190 178
Hex CB BE B2

RGB Percentages of Color #cbbeb2

%35.55
%33.27
%31.17

CMYK Percentages of Color #cbbeb2

%0
%6
%12
%20

Triadic Colors of #cbbeb2

#cbbeb2 #b2cbbe #beb2cb

Analogous Colors of #cbbeb2

#cbbeb2 #cbcbb2 #cbb2b3

Monochromatic Colors of #cbbeb2

#cbbeb2

Complementary Color

#cbbeb2 #b2bfcb

#cbbeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbeb2 Color CSS Codes

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

#cbbeb2 Text Font Color

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

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


#cbbeb2 Background Color

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

This div background color is #cbbeb2


#cbbeb2 Border Color

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

This div border color is #cbbeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbeb2


Comments

No comments written yet.

Please login to write comment.