Color Hex Logo

#c7cbfd Color Hex

#C7CBFD
(199,203,253)
0 Favorites   0 Comments

Color spaces of #c7cbfd

RGB 199203253
HSL0.650.930.89
HSV236°21°99°
CMYK 0.210.200.00   0.01
XYZ62.638761.9458101.5838
Yxy61.94580.27700.2739
Hunter Lab78.70574.3262-21.4304
CIE-Lab82.88468.8890-24.9364

#c7cbfd color RGB value is (199,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001011 11111101
Octal 307 313 375
Decimal 199 203 253
Hex C7 CB FD

RGB Percentages of Color #c7cbfd

%30.38
%30.99
%38.63

CMYK Percentages of Color #c7cbfd

%21
%20
%0
%1

Triadic Colors of #c7cbfd

#c7cbfd #fdc7cb #cbfdc7

Analogous Colors of #c7cbfd

#c7cbfd #dec7fd #c7e6fd

Monochromatic Colors of #c7cbfd

#c7cbfd

Complementary Color

#c7cbfd #fdf9c7

#c7cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cbfd Color CSS Codes

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

#c7cbfd Text Font Color

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

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


#c7cbfd Background Color

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

This div background color is #c7cbfd


#c7cbfd Border Color

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

This div border color is #c7cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cbfd


Comments

No comments written yet.

Please login to write comment.