Color Hex Logo

#c7cdfb Color Hex

#C7CDFB
(199,205,251)
0 Favorites   0 Comments

Color spaces of #c7cdfb

RGB 199205251
HSL0.650.870.88
HSV233°21°98°
CMYK 0.210.180.00   0.02
XYZ62.797162.7698100.0728
Yxy62.76980.27830.2782
Hunter Lab79.22742.8345-19.4305
CIE-Lab83.32117.3739-23.2100

#c7cdfb color RGB value is (199,205,251).

#c7cdfb hex color red value is 199, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c7cdfb hue: 0.65 , saturation: 0.87 and the lightness value of c7cdfb is 0.88.

The process color (four color CMYK) of #c7cdfb color hex is 0.21, 0.18, 0.00, 0.02. Web safe color of #c7cdfb is #ccccff. Color #c7cdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001101 11111011
Octal 307 315 373
Decimal 199 205 251
Hex C7 CD FB

RGB Percentages of Color #c7cdfb

%30.38
%31.30
%38.32

CMYK Percentages of Color #c7cdfb

%21
%18
%0
%2

Triadic Colors of #c7cdfb

#c7cdfb #fbc7cd #cdfbc7

Analogous Colors of #c7cdfb

#c7cdfb #dbc7fb #c7e7fb

Monochromatic Colors of #c7cdfb

#c7cdfb

Complementary Color

#c7cdfb #fbf5c7

#c7cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cdfb Color CSS Codes

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

#c7cdfb Text Font Color

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

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


#c7cdfb Background Color

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

This div background color is #c7cdfb


#c7cdfb Border Color

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

This div border color is #c7cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cdfb


Comments

No comments written yet.

Please login to write comment.