Color Hex Logo

#c7cefd Color Hex

#C7CEFD
(199,206,253)
0 Favorites   0 Comments

Color spaces of #c7cefd

RGB 199206253
HSL0.650.930.89
HSV232°21°99°
CMYK 0.210.190.00   0.01
XYZ63.354163.3766101.8223
Yxy63.37660.27720.2773
Hunter Lab79.60942.7359-20.1067
CIE-Lab83.64017.2826-23.7866

#c7cefd color RGB value is (199,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001110 11111101
Octal 307 316 375
Decimal 199 206 253
Hex C7 CE FD

RGB Percentages of Color #c7cefd

%30.24
%31.31
%38.45

CMYK Percentages of Color #c7cefd

%21
%19
%0
%1

Triadic Colors of #c7cefd

#c7cefd #fdc7ce #cefdc7

Analogous Colors of #c7cefd

#c7cefd #dbc7fd #c7e9fd

Monochromatic Colors of #c7cefd

#c7cefd

Complementary Color

#c7cefd #fdf6c7

#c7cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cefd Color CSS Codes

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

#c7cefd Text Font Color

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

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


#c7cefd Background Color

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

This div background color is #c7cefd


#c7cefd Border Color

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

This div border color is #c7cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cefd


Comments

No comments written yet.

Please login to write comment.