Color Hex Logo

#cbbedc Color Hex

#CBBEDC
(203,190,220)
0 Favorites   0 Comments

Color spaces of #cbbedc

RGB 203190220
HSL0.740.300.80
HSV266°14°86°
CMYK 0.080.140.00   0.14
XYZ55.960354.690775.3171
Yxy54.69070.30090.2941
Hunter Lab73.95325.6528-8.6163
CIE-Lab78.862810.1761-13.3218

#cbbedc color RGB value is (203,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11011100
Octal 313 276 334
Decimal 203 190 220
Hex CB BE DC

RGB Percentages of Color #cbbedc

%33.12
%31.00
%35.89

CMYK Percentages of Color #cbbedc

%8
%14
%0
%14

Triadic Colors of #cbbedc

#cbbedc #dccbbe #bedccb

Analogous Colors of #cbbedc

#cbbedc #dabedc #bec0dc

Monochromatic Colors of #cbbedc

#cbbedc

Complementary Color

#cbbedc #cfdcbe

#cbbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbedc Color CSS Codes

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

#cbbedc Text Font Color

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

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


#cbbedc Background Color

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

This div background color is #cbbedc


#cbbedc Border Color

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

This div border color is #cbbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbedc


Comments

No comments written yet.

Please login to write comment.