Color Hex Logo

#c9cafd Color Hex

#C9CAFD
(201,202,253)
0 Favorites   0 Comments

Color spaces of #c9cafd

RGB 201202253
HSL0.660.930.89
HSV239°21°99°
CMYK 0.210.200.00   0.01
XYZ62.937561.7504101.5304
Yxy61.75040.27820.2730
Hunter Lab78.58145.4469-21.5981
CIE-Lab82.780510.0284-25.0816

#c9cafd color RGB value is (201,202,253).

#c9cafd hex color red value is 201, green value is 202 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c9cafd hue: 0.66 , saturation: 0.93 and the lightness value of c9cafd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 11111101
Octal 311 312 375
Decimal 201 202 253
Hex C9 CA FD

RGB Percentages of Color #c9cafd

%30.64
%30.79
%38.57

CMYK Percentages of Color #c9cafd

%21
%20
%0
%1

Triadic Colors of #c9cafd

#c9cafd #fdc9ca #cafdc9

Analogous Colors of #c9cafd

#c9cafd #e2c9fd #c9e4fd

Monochromatic Colors of #c9cafd

#c9cafd

Complementary Color

#c9cafd #fdfcc9

#c9cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cafd Color CSS Codes

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

#c9cafd Text Font Color

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

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


#c9cafd Background Color

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

This div background color is #c9cafd


#c9cafd Border Color

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

This div border color is #c9cafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,202,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 #c9cafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cafd

Related Colors


Comments

No comments written yet.

Please login to write comment.