Color Hex Logo

#c7cdde Color Hex

#C7CDDE
(199,205,222)
0 Favorites   0 Comments

Color spaces of #c7cdde

RGB 199205222
HSL0.620.260.83
HSV224°10°87°
CMYK 0.100.080.00   0.13
XYZ58.569361.078777.8097
Yxy61.07870.29660.3093
Hunter Lab78.1529-2.9961-4.3227
CIE-Lab82.42101.2528-9.1170

#c7cdde color RGB value is (199,205,222).

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

The process color (four color CMYK) of #c7cdde color hex is 0.10, 0.08, 0.00, 0.13. Web safe color of #c7cdde is #cccccc. Color #c7cdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001101 11011110
Octal 307 315 336
Decimal 199 205 222
Hex C7 CD DE

RGB Percentages of Color #c7cdde

%31.79
%32.75
%35.46

CMYK Percentages of Color #c7cdde

%10
%8
%0
%13

Triadic Colors of #c7cdde

#c7cdde #dec7cd #cddec7

Analogous Colors of #c7cdde

#c7cdde #cdc7de #c7d9de

Monochromatic Colors of #c7cdde

#c7cdde

Complementary Color

#c7cdde #ded8c7

#c7cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cdde Color CSS Codes

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

#c7cdde Text Font Color

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

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


#c7cdde Background Color

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

This div background color is #c7cdde


#c7cdde Border Color

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

This div border color is #c7cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cdde


Comments

No comments written yet.

Please login to write comment.