Color Hex Logo

#cec2fd Color Hex

#CEC2FD
(206,194,253)
0 Favorites   0 Comments

Color spaces of #cec2fd

RGB 206194253
HSL0.700.940.88
HSV252°23°99°
CMYK 0.190.230.00   0.01
XYZ62.475058.7972100.9847
Yxy58.79720.28110.2645
Hunter Lab76.679311.2452-24.4079
CIE-Lab81.180015.8571-27.4904

#cec2fd color RGB value is (206,194,253).

#cec2fd hex color red value is 206, green value is 194 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cec2fd hue: 0.70 , saturation: 0.94 and the lightness value of cec2fd is 0.88.

The process color (four color CMYK) of #cec2fd color hex is 0.19, 0.23, 0.00, 0.01. Web safe color of #cec2fd is #ccccff. Color #cec2fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 11111101
Octal 316 302 375
Decimal 206 194 253
Hex CE C2 FD

RGB Percentages of Color #cec2fd

%31.55
%29.71
%38.74

CMYK Percentages of Color #cec2fd

%19
%23
%0
%1

Triadic Colors of #cec2fd

#cec2fd #fdcec2 #c2fdce

Analogous Colors of #cec2fd

#cec2fd #ecc2fd #c2d4fd

Monochromatic Colors of #cec2fd

#cec2fd

Complementary Color

#cec2fd #f1fdc2

#cec2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec2fd Color CSS Codes

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

#cec2fd Text Font Color

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

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


#cec2fd Background Color

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

This div background color is #cec2fd


#cec2fd Border Color

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

This div border color is #cec2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec2fd


Comments

No comments written yet.

Please login to write comment.