Color Hex Logo

#c7cff3 Color Hex

#C7CFF3
(199,207,243)
0 Favorites   0 Comments

Color spaces of #c7cff3

RGB 199207243
HSL0.640.650.87
HSV229°18°95°
CMYK 0.180.150.00   0.05
XYZ62.043763.238893.7303
Yxy63.23880.28330.2887
Hunter Lab79.52280.1007-14.2167
CIE-Lab83.56794.5618-18.5865

#c7cff3 color RGB value is (199,207,243).

#c7cff3 hex color red value is 199, green value is 207 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #c7cff3 hue: 0.64 , saturation: 0.65 and the lightness value of c7cff3 is 0.87.

The process color (four color CMYK) of #c7cff3 color hex is 0.18, 0.15, 0.00, 0.05. Web safe color of #c7cff3 is #ccccff. Color #c7cff3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001111 11110011
Octal 307 317 363
Decimal 199 207 243
Hex C7 CF F3

RGB Percentages of Color #c7cff3

%30.66
%31.90
%37.44

CMYK Percentages of Color #c7cff3

%18
%15
%0
%5

Triadic Colors of #c7cff3

#c7cff3 #f3c7cf #cff3c7

Analogous Colors of #c7cff3

#c7cff3 #d5c7f3 #c7e5f3

Monochromatic Colors of #c7cff3

#c7cff3

Complementary Color

#c7cff3 #f3ebc7

#c7cff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cff3 Color CSS Codes

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

#c7cff3 Text Font Color

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

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


#c7cff3 Background Color

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

This div background color is #c7cff3


#c7cff3 Border Color

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

This div border color is #c7cff3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,207,243, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cff3


Comments

No comments written yet.

Please login to write comment.