Color Hex Logo

#c7cedb Color Hex

#C7CEDB
(199,206,219)
0 Favorites   0 Comments

Color spaces of #c7cedb

RGB 199206219
HSL0.610.220.82
HSV219°86°
CMYK 0.090.060.00   0.14
XYZ58.410761.399275.7905
Yxy61.39920.29860.3139
Hunter Lab78.3576-4.0653-2.4972
CIE-Lab82.59290.1276-7.2604

#c7cedb color RGB value is (199,206,219).

#c7cedb hex color red value is 199, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c7cedb hue: 0.61 , saturation: 0.22 and the lightness value of c7cedb is 0.82.

The process color (four color CMYK) of #c7cedb color hex is 0.09, 0.06, 0.00, 0.14. Web safe color of #c7cedb is #cccccc. Color #c7cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001110 11011011
Octal 307 316 333
Decimal 199 206 219
Hex C7 CE DB

RGB Percentages of Color #c7cedb

%31.89
%33.01
%35.10

CMYK Percentages of Color #c7cedb

%9
%6
%0
%14

Triadic Colors of #c7cedb

#c7cedb #dbc7ce #cedbc7

Analogous Colors of #c7cedb

#c7cedb #cac7db #c7d8db

Monochromatic Colors of #c7cedb

#c7cedb

Complementary Color

#c7cedb #dbd4c7

#c7cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cedb Color CSS Codes

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

#c7cedb Text Font Color

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

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


#c7cedb Background Color

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

This div background color is #c7cedb


#c7cedb Border Color

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

This div border color is #c7cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cedb

#c7cedb Color Palettes


Comments

No comments written yet.

Please login to write comment.