Color Hex Logo

#cbbee1 Color Hex

#CBBEE1
(203,190,225)
0 Favorites   0 Comments

Color spaces of #cbbee1

RGB 203190225
HSL0.730.370.81
HSV262°16°88°
CMYK 0.100.160.00   0.12
XYZ56.632754.959778.8576
Yxy54.95970.29740.2886
Hunter Lab74.13486.6229-11.1727
CIE-Lab79.018011.1786-15.7833

#cbbee1 color RGB value is (203,190,225).

#cbbee1 hex color red value is 203, green value is 190 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #cbbee1 hue: 0.73 , saturation: 0.37 and the lightness value of cbbee1 is 0.81.

The process color (four color CMYK) of #cbbee1 color hex is 0.10, 0.16, 0.00, 0.12. Web safe color of #cbbee1 is #cccccc. Color #cbbee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11100001
Octal 313 276 341
Decimal 203 190 225
Hex CB BE E1

RGB Percentages of Color #cbbee1

%32.85
%30.74
%36.41

CMYK Percentages of Color #cbbee1

%10
%16
%0
%12

Triadic Colors of #cbbee1

#cbbee1 #e1cbbe #bee1cb

Analogous Colors of #cbbee1

#cbbee1 #ddbee1 #bec3e1

Monochromatic Colors of #cbbee1

#cbbee1

Complementary Color

#cbbee1 #d4e1be

#cbbee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbee1 Color CSS Codes

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

#cbbee1 Text Font Color

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

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


#cbbee1 Background Color

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

This div background color is #cbbee1


#cbbee1 Border Color

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

This div border color is #cbbee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbee1


Comments

No comments written yet.

Please login to write comment.