Color Hex Logo

#cbbee5 Color Hex

#CBBEE5
(203,190,229)
0 Favorites   0 Comments

Color spaces of #cbbee5

RGB 203190229
HSL0.720.430.82
HSV260°17°90°
CMYK 0.110.170.00   0.10
XYZ57.184955.180681.7657
Yxy55.18060.29460.2842
Hunter Lab74.28367.4162-13.2633
CIE-Lab79.145211.9937-17.7453

#cbbee5 color RGB value is (203,190,229).

#cbbee5 hex color red value is 203, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cbbee5 hue: 0.72 , saturation: 0.43 and the lightness value of cbbee5 is 0.82.

The process color (four color CMYK) of #cbbee5 color hex is 0.11, 0.17, 0.00, 0.10. Web safe color of #cbbee5 is #cccccc. Color #cbbee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11100101
Octal 313 276 345
Decimal 203 190 229
Hex CB BE E5

RGB Percentages of Color #cbbee5

%32.64
%30.55
%36.82

CMYK Percentages of Color #cbbee5

%11
%17
%0
%10

Triadic Colors of #cbbee5

#cbbee5 #e5cbbe #bee5cb

Analogous Colors of #cbbee5

#cbbee5 #dfbee5 #bec5e5

Monochromatic Colors of #cbbee5

#cbbee5

Complementary Color

#cbbee5 #d8e5be

#cbbee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbee5 Color CSS Codes

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

#cbbee5 Text Font Color

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

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


#cbbee5 Background Color

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

This div background color is #cbbee5


#cbbee5 Border Color

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

This div border color is #cbbee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbee5

#cbbee5 Color Palettes


Comments

No comments written yet.

Please login to write comment.