Color Hex Logo

#c7cefa Color Hex

#C7CEFA
(199,206,250)
0 Favorites   0 Comments

Color spaces of #c7cefa

RGB 199206250
HSL0.640.840.88
HSV232°20°98°
CMYK 0.200.180.00   0.02
XYZ62.879863.186999.3246
Yxy63.18690.27900.2803
Hunter Lab79.49022.0925-18.4409
CIE-Lab83.54066.6189-22.3457

#c7cefa color RGB value is (199,206,250).

#c7cefa hex color red value is 199, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c7cefa hue: 0.64 , saturation: 0.84 and the lightness value of c7cefa is 0.88.

The process color (four color CMYK) of #c7cefa color hex is 0.20, 0.18, 0.00, 0.02. Web safe color of #c7cefa is #ccccff. Color #c7cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001110 11111010
Octal 307 316 372
Decimal 199 206 250
Hex C7 CE FA

RGB Percentages of Color #c7cefa

%30.38
%31.45
%38.17

CMYK Percentages of Color #c7cefa

%20
%18
%0
%2

Triadic Colors of #c7cefa

#c7cefa #fac7ce #cefac7

Analogous Colors of #c7cefa

#c7cefa #dac7fa #c7e8fa

Monochromatic Colors of #c7cefa

#c7cefa

Complementary Color

#c7cefa #faf3c7

#c7cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cefa Color CSS Codes

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

#c7cefa Text Font Color

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

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


#c7cefa Background Color

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

This div background color is #c7cefa


#c7cefa Border Color

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

This div border color is #c7cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cefa

Related Colors


Comments

No comments written yet.

Please login to write comment.