Color Hex Logo

#cec7fc Color Hex

#CEC7FC
(206,199,252)
0 Favorites   0 Comments

Color spaces of #cec7fc

RGB 206199252
HSL0.690.900.88
HSV248°21°99°
CMYK 0.180.210.00   0.01
XYZ63.447760.9969100.5250
Yxy60.99690.28200.2711
Hunter Lab78.10058.3349-21.6432
CIE-Lab82.377112.9418-25.1301

#cec7fc color RGB value is (206,199,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000111 11111100
Octal 316 307 374
Decimal 206 199 252
Hex CE C7 FC

RGB Percentages of Color #cec7fc

%31.35
%30.29
%38.36

CMYK Percentages of Color #cec7fc

%18
%21
%0
%1

Triadic Colors of #cec7fc

#cec7fc #fccec7 #c7fcce

Analogous Colors of #cec7fc

#cec7fc #e9c7fc #c7dbfc

Monochromatic Colors of #cec7fc

#cec7fc

Complementary Color

#cec7fc #f5fcc7

#cec7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec7fc Color CSS Codes

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

#cec7fc Text Font Color

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

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


#cec7fc Background Color

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

This div background color is #cec7fc


#cec7fc Border Color

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

This div border color is #cec7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec7fc


Comments

No comments written yet.

Please login to write comment.