Color Hex Logo

#c5baf0 Color Hex

#C5BAF0
(197,186,240)
0 Favorites   0 Comments

Color spaces of #c5baf0

RGB 197186240
HSL0.700.640.84
HSV252°23°94°
CMYK 0.180.230.00   0.06
XYZ56.313053.279489.7540
Yxy53.27940.28250.2673
Hunter Lab72.99279.9733-21.8098
CIE-Lab78.039714.6026-25.3885

#c5baf0 color RGB value is (197,186,240).

#c5baf0 hex color red value is 197, green value is 186 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #c5baf0 hue: 0.70 , saturation: 0.64 and the lightness value of c5baf0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111010 11110000
Octal 305 272 360
Decimal 197 186 240
Hex C5 BA F0

RGB Percentages of Color #c5baf0

%31.62
%29.86
%38.52

CMYK Percentages of Color #c5baf0

%18
%23
%0
%6

Triadic Colors of #c5baf0

#c5baf0 #f0c5ba #baf0c5

Analogous Colors of #c5baf0

#c5baf0 #e0baf0 #bacaf0

Monochromatic Colors of #c5baf0

#c5baf0

Complementary Color

#c5baf0 #e5f0ba

#c5baf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5baf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5baf0 Color CSS Codes

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

#c5baf0 Text Font Color

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

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


#c5baf0 Background Color

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

This div background color is #c5baf0


#c5baf0 Border Color

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

This div border color is #c5baf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5baf0


Comments

No comments written yet.

Please login to write comment.