Color Hex Logo

#c5bfef Color Hex

#C5BFEF
(197,191,239)
0 Favorites   0 Comments

Color spaces of #c5bfef

RGB 197191239
HSL0.690.600.84
HSV248°20°94°
CMYK 0.180.200.00   0.06
XYZ57.236755.363989.3310
Yxy55.36390.28340.2742
Hunter Lab74.40697.0970-19.0972
CIE-Lab79.250411.6675-23.0060

#c5bfef color RGB value is (197,191,239).

#c5bfef hex color red value is 197, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c5bfef hue: 0.69 , saturation: 0.60 and the lightness value of c5bfef is 0.84.

The process color (four color CMYK) of #c5bfef color hex is 0.18, 0.20, 0.00, 0.06. Web safe color of #c5bfef is #ccccff. Color #c5bfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111111 11101111
Octal 305 277 357
Decimal 197 191 239
Hex C5 BF EF

RGB Percentages of Color #c5bfef

%31.42
%30.46
%38.12

CMYK Percentages of Color #c5bfef

%18
%20
%0
%6

Triadic Colors of #c5bfef

#c5bfef #efc5bf #bfefc5

Analogous Colors of #c5bfef

#c5bfef #ddbfef #bfd1ef

Monochromatic Colors of #c5bfef

#c5bfef

Complementary Color

#c5bfef #e9efbf

#c5bfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bfef Color CSS Codes

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

#c5bfef Text Font Color

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

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


#c5bfef Background Color

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

This div background color is #c5bfef


#c5bfef Border Color

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

This div border color is #c5bfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bfef


Comments

No comments written yet.

Please login to write comment.