Color Hex Logo

#cbbedb Color Hex

#CBBEDB
(203,190,219)
0 Favorites   0 Comments

Color spaces of #cbbedb

RGB 203190219
HSL0.740.290.80
HSV267°13°86°
CMYK 0.070.130.00   0.14
XYZ55.828254.637974.6215
Yxy54.63790.30160.2952
Hunter Lab73.91755.4615-8.1125
CIE-Lab78.83229.9778-12.8282

#cbbedb color RGB value is (203,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11011011
Octal 313 276 333
Decimal 203 190 219
Hex CB BE DB

RGB Percentages of Color #cbbedb

%33.17
%31.05
%35.78

CMYK Percentages of Color #cbbedb

%7
%13
%0
%14

Triadic Colors of #cbbedb

#cbbedb #dbcbbe #bedbcb

Analogous Colors of #cbbedb

#cbbedb #dabedb #bec0db

Monochromatic Colors of #cbbedb

#cbbedb

Complementary Color

#cbbedb #cedbbe

#cbbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbedb Color CSS Codes

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

#cbbedb Text Font Color

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

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


#cbbedb Background Color

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

This div background color is #cbbedb


#cbbedb Border Color

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

This div border color is #cbbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbedb


Comments

No comments written yet.

Please login to write comment.