Color Hex Logo

#c5befb Color Hex

#C5BEFB
(197,190,251)
1 Favorites   0 Comments

Color spaces of #c5befb

RGB 197190251
HSL0.690.880.86
HSV247°24°98°
CMYK 0.220.240.00   0.02
XYZ58.852055.662398.9088
Yxy55.66230.27580.2608
Hunter Lab74.607210.2427-26.3774
CIE-Lab79.421214.8664-29.1771

#c5befb color RGB value is (197,190,251).

#c5befb hex color red value is 197, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c5befb hue: 0.69 , saturation: 0.88 and the lightness value of c5befb is 0.86.

The process color (four color CMYK) of #c5befb color hex is 0.22, 0.24, 0.00, 0.02. Web safe color of #c5befb is #ccccff. Color #c5befb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 11111011
Octal 305 276 373
Decimal 197 190 251
Hex C5 BE FB

RGB Percentages of Color #c5befb

%30.88
%29.78
%39.34

CMYK Percentages of Color #c5befb

%22
%24
%0
%2

Triadic Colors of #c5befb

#c5befb #fbc5be #befbc5

Analogous Colors of #c5befb

#c5befb #e4befb #bed6fb

Monochromatic Colors of #c5befb

#c5befb

Complementary Color

#c5befb #f4fbbe

#c5befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5befb Color CSS Codes

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

#c5befb Text Font Color

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

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


#c5befb Background Color

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

This div background color is #c5befb


#c5befb Border Color

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

This div border color is #c5befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5befb


Comments

No comments written yet.

Please login to write comment.