Color Hex Logo

#cec5fb Color Hex

#CEC5FB
(206,197,251)
0 Favorites   0 Comments

Color spaces of #cec5fb

RGB 206197251
HSL0.690.870.88
HSV250°22°98°
CMYK 0.180.220.00   0.02
XYZ62.832460.019499.5401
Yxy60.01940.28250.2699
Hunter Lab77.47229.1928-21.9482
CIE-Lab81.848713.8020-25.4029

#cec5fb color RGB value is (206,197,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 11111011
Octal 316 305 373
Decimal 206 197 251
Hex CE C5 FB

RGB Percentages of Color #cec5fb

%31.50
%30.12
%38.38

CMYK Percentages of Color #cec5fb

%18
%22
%0
%2

Triadic Colors of #cec5fb

#cec5fb #fbcec5 #c5fbce

Analogous Colors of #cec5fb

#cec5fb #e9c5fb #c5d7fb

Monochromatic Colors of #cec5fb

#cec5fb

Complementary Color

#cec5fb #f2fbc5

#cec5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec5fb Color CSS Codes

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

#cec5fb Text Font Color

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

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


#cec5fb Background Color

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

This div background color is #cec5fb


#cec5fb Border Color

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

This div border color is #cec5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.