Color Hex Logo

#cbc5df Color Hex

#CBC5DF
(203,197,223)
0 Favorites   0 Comments

Color spaces of #cbc5df

RGB 203197223
HSL0.710.290.82
HSV254°12°87°
CMYK 0.090.120.00   0.13
XYZ57.914157.956777.9464
Yxy57.95670.29880.2990
Hunter Lab76.12932.5646-7.4147
CIE-Lab80.71477.0151-12.1635

#cbc5df color RGB value is (203,197,223).

#cbc5df hex color red value is 203, green value is 197 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cbc5df hue: 0.71 , saturation: 0.29 and the lightness value of cbc5df is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 11011111
Octal 313 305 337
Decimal 203 197 223
Hex CB C5 DF

RGB Percentages of Color #cbc5df

%32.58
%31.62
%35.79

CMYK Percentages of Color #cbc5df

%9
%12
%0
%13

Triadic Colors of #cbc5df

#cbc5df #dfcbc5 #c5dfcb

Analogous Colors of #cbc5df

#cbc5df #d8c5df #c5ccdf

Monochromatic Colors of #cbc5df

#cbc5df

Complementary Color

#cbc5df #d9dfc5

#cbc5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc5df Color CSS Codes

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

#cbc5df Text Font Color

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

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


#cbc5df Background Color

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

This div background color is #cbc5df


#cbc5df Border Color

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

This div border color is #cbc5df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,197,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 #cbc5df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc5df

#cbc5df Color Palettes


Comments

No comments written yet.

Please login to write comment.