Color Hex Logo

#c5befe Color Hex

#C5BEFE
(197,190,254)
0 Favorites   0 Comments

Color spaces of #c5befe

RGB 197190254
HSL0.680.970.87
HSV247°25°100°
CMYK 0.220.250.00   0.00
XYZ59.328855.8530101.4197
Yxy55.85300.27390.2579
Hunter Lab74.734910.9175-28.1457
CIE-Lab79.530115.5450-30.6148

#c5befe color RGB value is (197,190,254).

#c5befe hex color red value is 197, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c5befe hue: 0.68 , saturation: 0.97 and the lightness value of c5befe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 11111110
Octal 305 276 376
Decimal 197 190 254
Hex C5 BE FE

RGB Percentages of Color #c5befe

%30.73
%29.64
%39.63

CMYK Percentages of Color #c5befe

%22
%25
%0
%0

Triadic Colors of #c5befe

#c5befe #fec5be #befec5

Analogous Colors of #c5befe

#c5befe #e5befe #bed7fe

Monochromatic Colors of #c5befe

#c5befe

Complementary Color

#c5befe #f7febe

#c5befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5befe Color CSS Codes

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

#c5befe Text Font Color

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

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


#c5befe Background Color

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

This div background color is #c5befe


#c5befe Border Color

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

This div border color is #c5befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5befe


Comments

No comments written yet.

Please login to write comment.