Color Hex Logo

#cbbedf Color Hex

#CBBEDF
(203,190,223)
0 Favorites   0 Comments

Color spaces of #cbbedf

RGB 203190223
HSL0.730.340.81
HSV264°15°87°
CMYK 0.090.150.00   0.13
XYZ56.361354.851177.4288
Yxy54.85110.29880.2908
Hunter Lab74.06156.2320-10.1426
CIE-Lab78.955410.7754-14.7999

#cbbedf color RGB value is (203,190,223).

#cbbedf hex color red value is 203, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cbbedf hue: 0.73 , saturation: 0.34 and the lightness value of cbbedf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11011111
Octal 313 276 337
Decimal 203 190 223
Hex CB BE DF

RGB Percentages of Color #cbbedf

%32.95
%30.84
%36.20

CMYK Percentages of Color #cbbedf

%9
%15
%0
%13

Triadic Colors of #cbbedf

#cbbedf #dfcbbe #bedfcb

Analogous Colors of #cbbedf

#cbbedf #dcbedf #bec2df

Monochromatic Colors of #cbbedf

#cbbedf

Complementary Color

#cbbedf #d2dfbe

#cbbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbedf Color CSS Codes

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

#cbbedf Text Font Color

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

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


#cbbedf Background Color

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

This div background color is #cbbedf


#cbbedf Border Color

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

This div border color is #cbbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbedf


Comments

No comments written yet.

Please login to write comment.