Color Hex Logo

#cec7fd Color Hex

#CEC7FD
(206,199,253)
0 Favorites   0 Comments

Color spaces of #cec7fd

RGB 206199253
HSL0.690.930.89
HSV248°21°99°
CMYK 0.190.210.00   0.01
XYZ63.606661.0605101.3619
Yxy61.06050.28140.2701
Hunter Lab78.14128.5511-22.2099
CIE-Lab82.411313.1590-25.6101

#cec7fd color RGB value is (206,199,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000111 11111101
Octal 316 307 375
Decimal 206 199 253
Hex CE C7 FD

RGB Percentages of Color #cec7fd

%31.31
%30.24
%38.45

CMYK Percentages of Color #cec7fd

%19
%21
%0
%1

Triadic Colors of #cec7fd

#cec7fd #fdcec7 #c7fdce

Analogous Colors of #cec7fd

#cec7fd #e9c7fd #c7dbfd

Monochromatic Colors of #cec7fd

#cec7fd

Complementary Color

#cec7fd #f6fdc7

#cec7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec7fd Color CSS Codes

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

#cec7fd Text Font Color

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

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


#cec7fd Background Color

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

This div background color is #cec7fd


#cec7fd Border Color

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

This div border color is #cec7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec7fd

Related Colors


Comments

No comments written yet.

Please login to write comment.