Color Hex Logo

#c9befd Color Hex

#C9BEFD
(201,190,253)
0 Favorites   0 Comments

Color spaces of #c9befd

RGB 201190253
HSL0.700.940.87
HSV250°25°99°
CMYK 0.210.250.00   0.01
XYZ60.230556.3363100.6280
Yxy56.33630.27730.2594
Hunter Lab75.057511.8881-26.9486
CIE-Lab79.804816.5147-29.6315

#c9befd color RGB value is (201,190,253).

#c9befd hex color red value is 201, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c9befd hue: 0.70 , saturation: 0.94 and the lightness value of c9befd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 11111101
Octal 311 276 375
Decimal 201 190 253
Hex C9 BE FD

RGB Percentages of Color #c9befd

%31.21
%29.50
%39.29

CMYK Percentages of Color #c9befd

%21
%25
%0
%1

Triadic Colors of #c9befd

#c9befd #fdc9be #befdc9

Analogous Colors of #c9befd

#c9befd #e9befd #bed3fd

Monochromatic Colors of #c9befd

#c9befd

Complementary Color

#c9befd #f2fdbe

#c9befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9befd Color CSS Codes

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

#c9befd Text Font Color

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

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


#c9befd Background Color

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

This div background color is #c9befd


#c9befd Border Color

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

This div border color is #c9befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9befd


Comments

No comments written yet.

Please login to write comment.