Color Hex Logo

#cbbeda Color Hex

#CBBEDA
(203,190,218)
0 Favorites   0 Comments

Color spaces of #cbbeda

RGB 203190218
HSL0.740.270.80
HSV268°13°85°
CMYK 0.070.130.00   0.15
XYZ55.696954.585473.9302
Yxy54.58540.30240.2963
Hunter Lab73.88195.2713-7.6114
CIE-Lab78.80199.7802-12.3344

#cbbeda color RGB value is (203,190,218).

#cbbeda hex color red value is 203, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cbbeda hue: 0.74 , saturation: 0.27 and the lightness value of cbbeda is 0.80.

The process color (four color CMYK) of #cbbeda color hex is 0.07, 0.13, 0.00, 0.15. Web safe color of #cbbeda is #cccccc. Color #cbbeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11011010
Octal 313 276 332
Decimal 203 190 218
Hex CB BE DA

RGB Percentages of Color #cbbeda

%33.22
%31.10
%35.68

CMYK Percentages of Color #cbbeda

%7
%13
%0
%15

Triadic Colors of #cbbeda

#cbbeda #dacbbe #bedacb

Analogous Colors of #cbbeda

#cbbeda #d9beda #bebfda

Monochromatic Colors of #cbbeda

#cbbeda

Complementary Color

#cbbeda #cddabe

#cbbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbeda Color CSS Codes

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

#cbbeda Text Font Color

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

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


#cbbeda Background Color

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

This div background color is #cbbeda


#cbbeda Border Color

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

This div border color is #cbbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbeda


Comments

No comments written yet.

Please login to write comment.