Color Hex Logo

#cecafd Color Hex

#CECAFD
(206,202,253)
0 Favorites   0 Comments

Color spaces of #cecafd

RGB 206202253
HSL0.680.930.89
HSV245°20°99°
CMYK 0.190.200.00   0.01
XYZ64.303862.4547101.5943
Yxy62.45470.28160.2735
Hunter Lab79.02836.9425-20.9001
CIE-Lab83.154611.5469-24.4776

#cecafd color RGB value is (206,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001010 11111101
Octal 316 312 375
Decimal 206 202 253
Hex CE CA FD

RGB Percentages of Color #cecafd

%31.16
%30.56
%38.28

CMYK Percentages of Color #cecafd

%19
%20
%0
%1

Triadic Colors of #cecafd

#cecafd #fdceca #cafdce

Analogous Colors of #cecafd

#cecafd #e8cafd #cae0fd

Monochromatic Colors of #cecafd

#cecafd

Complementary Color

#cecafd #f9fdca

#cecafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecafd Color CSS Codes

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

#cecafd Text Font Color

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

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


#cecafd Background Color

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

This div background color is #cecafd


#cecafd Border Color

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

This div border color is #cecafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecafd

Related Colors

#cecafd Color Palettes


Comments

No comments written yet.

Please login to write comment.