Color Hex Logo

#c7cbfb Color Hex

#C7CBFB
(199,203,251)
0 Favorites   0 Comments

Color spaces of #c7cbfb

RGB 199203251
HSL0.650.870.88
HSV235°21°98°
CMYK 0.210.190.00   0.02
XYZ62.321761.819099.9143
Yxy61.81900.27820.2759
Hunter Lab78.62513.8931-20.3064
CIE-Lab82.81718.4448-23.9763

#c7cbfb color RGB value is (199,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001011 11111011
Octal 307 313 373
Decimal 199 203 251
Hex C7 CB FB

RGB Percentages of Color #c7cbfb

%30.47
%31.09
%38.44

CMYK Percentages of Color #c7cbfb

%21
%19
%0
%2

Triadic Colors of #c7cbfb

#c7cbfb #fbc7cb #cbfbc7

Analogous Colors of #c7cbfb

#c7cbfb #ddc7fb #c7e5fb

Monochromatic Colors of #c7cbfb

#c7cbfb

Complementary Color

#c7cbfb #fbf7c7

#c7cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cbfb Color CSS Codes

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

#c7cbfb Text Font Color

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

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


#c7cbfb Background Color

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

This div background color is #c7cbfb


#c7cbfb Border Color

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

This div border color is #c7cbfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,203,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 #c7cbfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cbfb


Comments

No comments written yet.

Please login to write comment.