Color Hex Logo

#cbbed9 Color Hex

#CBBED9
(203,190,217)
0 Favorites   0 Comments

Color spaces of #cbbed9

RGB 203190217
HSL0.750.260.80
HSV269°12°85°
CMYK 0.060.120.00   0.15
XYZ55.566454.533273.2429
Yxy54.53320.30310.2974
Hunter Lab73.84665.0821-7.1127
CIE-Lab78.77169.5834-11.8401

#cbbed9 color RGB value is (203,190,217).

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

The process color (four color CMYK) of #cbbed9 color hex is 0.06, 0.12, 0.00, 0.15. Web safe color of #cbbed9 is #cccccc. Color #cbbed9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11011001
Octal 313 276 331
Decimal 203 190 217
Hex CB BE D9

RGB Percentages of Color #cbbed9

%33.28
%31.15
%35.57

CMYK Percentages of Color #cbbed9

%6
%12
%0
%15

Triadic Colors of #cbbed9

#cbbed9 #d9cbbe #bed9cb

Analogous Colors of #cbbed9

#cbbed9 #d9bed9 #bebfd9

Monochromatic Colors of #cbbed9

#cbbed9

Complementary Color

#cbbed9 #ccd9be

#cbbed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbed9 Color CSS Codes

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

#cbbed9 Text Font Color

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

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


#cbbed9 Background Color

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

This div background color is #cbbed9


#cbbed9 Border Color

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

This div border color is #cbbed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbed9


Comments

No comments written yet.

Please login to write comment.