Color Hex Logo

#c7cafd Color Hex

#C7CAFD
(199,202,253)
0 Favorites   0 Comments

Color spaces of #c7cafd

RGB 199202253
HSL0.660.930.89
HSV237°21°99°
CMYK 0.210.200.00   0.01
XYZ62.403361.4750101.5054
Yxy61.47500.27690.2728
Hunter Lab78.40604.8576-21.8734
CIE-Lab82.63349.4259-25.3192

#c7cafd color RGB value is (199,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001010 11111101
Octal 307 312 375
Decimal 199 202 253
Hex C7 CA FD

RGB Percentages of Color #c7cafd

%30.43
%30.89
%38.69

CMYK Percentages of Color #c7cafd

%21
%20
%0
%1

Triadic Colors of #c7cafd

#c7cafd #fdc7ca #cafdc7

Analogous Colors of #c7cafd

#c7cafd #dfc7fd #c7e5fd

Monochromatic Colors of #c7cafd

#c7cafd

Complementary Color

#c7cafd #fdfac7

#c7cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cafd Color CSS Codes

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

#c7cafd Text Font Color

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

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


#c7cafd Background Color

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

This div background color is #c7cafd


#c7cafd Border Color

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

This div border color is #c7cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cafd

Related Colors


Comments

No comments written yet.

Please login to write comment.