Color Hex Logo

#c9beed Color Hex

#C9BEED
(201,190,237)
0 Favorites   0 Comments

Color spaces of #c9beed

RGB 201190237
HSL0.710.570.84
HSV254°20°93°
CMYK 0.150.200.00   0.07
XYZ57.786955.358887.7604
Yxy55.35880.28760.2755
Hunter Lab74.40358.4293-17.8513
CIE-Lab79.247513.0287-21.9072

#c9beed color RGB value is (201,190,237).

#c9beed hex color red value is 201, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c9beed hue: 0.71 , saturation: 0.57 and the lightness value of c9beed is 0.84.

The process color (four color CMYK) of #c9beed color hex is 0.15, 0.20, 0.00, 0.07. Web safe color of #c9beed is #ccccff. Color #c9beed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 11101101
Octal 311 276 355
Decimal 201 190 237
Hex C9 BE ED

RGB Percentages of Color #c9beed

%32.01
%30.25
%37.74

CMYK Percentages of Color #c9beed

%15
%20
%0
%7

Triadic Colors of #c9beed

#c9beed #edc9be #beedc9

Analogous Colors of #c9beed

#c9beed #e1beed #becbed

Monochromatic Colors of #c9beed

#c9beed

Complementary Color

#c9beed #e2edbe

#c9beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9beed Color CSS Codes

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

#c9beed Text Font Color

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

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


#c9beed Background Color

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

This div background color is #c9beed


#c9beed Border Color

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

This div border color is #c9beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9beed


Comments

No comments written yet.

Please login to write comment.