Color Hex Logo

#c7cfeb Color Hex

#C7CFEB
(199,207,235)
0 Favorites   0 Comments

Color spaces of #c7cfeb

RGB 199207235
HSL0.630.470.85
HSV227°15°92°
CMYK 0.150.120.00   0.08
XYZ60.861462.765987.5046
Yxy62.76590.28830.2973
Hunter Lab79.2249-1.5181-10.0288
CIE-Lab83.31912.8615-14.7063

#c7cfeb color RGB value is (199,207,235).

#c7cfeb hex color red value is 199, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c7cfeb hue: 0.63 , saturation: 0.47 and the lightness value of c7cfeb is 0.85.

The process color (four color CMYK) of #c7cfeb color hex is 0.15, 0.12, 0.00, 0.08. Web safe color of #c7cfeb is #ccccff. Color #c7cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001111 11101011
Octal 307 317 353
Decimal 199 207 235
Hex C7 CF EB

RGB Percentages of Color #c7cfeb

%31.05
%32.29
%36.66

CMYK Percentages of Color #c7cfeb

%15
%12
%0
%8

Triadic Colors of #c7cfeb

#c7cfeb #ebc7cf #cfebc7

Analogous Colors of #c7cfeb

#c7cfeb #d1c7eb #c7e1eb

Monochromatic Colors of #c7cfeb

#c7cfeb

Complementary Color

#c7cfeb #ebe3c7

#c7cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cfeb Color CSS Codes

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

#c7cfeb Text Font Color

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

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


#c7cfeb Background Color

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

This div background color is #c7cfeb


#c7cfeb Border Color

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

This div border color is #c7cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cfeb


Comments

No comments written yet.

Please login to write comment.