Color Hex Logo

#c7cdf2 Color Hex

#C7CDF2
(199,205,242)
0 Favorites   0 Comments

Color spaces of #c7cdf2

RGB 199205242
HSL0.640.620.86
HSV232°18°95°
CMYK 0.180.150.00   0.05
XYZ61.411562.215692.7765
Yxy62.21560.28380.2875
Hunter Lab78.87690.9410-14.5242
CIE-Lab83.02795.4108-18.8699

#c7cdf2 color RGB value is (199,205,242).

#c7cdf2 hex color red value is 199, green value is 205 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #c7cdf2 hue: 0.64 , saturation: 0.62 and the lightness value of c7cdf2 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001101 11110010
Octal 307 315 362
Decimal 199 205 242
Hex C7 CD F2

RGB Percentages of Color #c7cdf2

%30.80
%31.73
%37.46

CMYK Percentages of Color #c7cdf2

%18
%15
%0
%5

Triadic Colors of #c7cdf2

#c7cdf2 #f2c7cd #cdf2c7

Analogous Colors of #c7cdf2

#c7cdf2 #d7c7f2 #c7e3f2

Monochromatic Colors of #c7cdf2

#c7cdf2

Complementary Color

#c7cdf2 #f2ecc7

#c7cdf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cdf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cdf2 Color CSS Codes

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

#c7cdf2 Text Font Color

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

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


#c7cdf2 Background Color

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

This div background color is #c7cdf2


#c7cdf2 Border Color

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

This div border color is #c7cdf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cdf2


Comments

No comments written yet.

Please login to write comment.