Color Hex Logo

#cec5fd Color Hex

#CEC5FD
(206,197,253)
0 Favorites   0 Comments

Color spaces of #cec5fd

RGB 206197253
HSL0.690.930.88
HSV250°22°99°
CMYK 0.190.220.00   0.01
XYZ63.149560.1462101.2095
Yxy60.14620.28130.2679
Hunter Lab77.55409.6269-23.0869
CIE-Lab81.917614.2367-26.3633

#cec5fd color RGB value is (206,197,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 11111101
Octal 316 305 375
Decimal 206 197 253
Hex CE C5 FD

RGB Percentages of Color #cec5fd

%31.40
%30.03
%38.57

CMYK Percentages of Color #cec5fd

%19
%22
%0
%1

Triadic Colors of #cec5fd

#cec5fd #fdcec5 #c5fdce

Analogous Colors of #cec5fd

#cec5fd #eac5fd #c5d8fd

Monochromatic Colors of #cec5fd

#cec5fd

Complementary Color

#cec5fd #f4fdc5

#cec5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec5fd Color CSS Codes

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

#cec5fd Text Font Color

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

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


#cec5fd Background Color

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

This div background color is #cec5fd


#cec5fd Border Color

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

This div border color is #cec5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec5fd

Related Colors


Comments

No comments written yet.

Please login to write comment.