Color Hex Logo

#ceccfd Color Hex

#CECCFD
(206,204,253)
0 Favorites   0 Comments

Color spaces of #ceccfd

RGB 206204253
HSL0.670.920.90
HSV242°19°99°
CMYK 0.190.190.00   0.01
XYZ64.776163.3994101.7517
Yxy63.39940.28170.2757
Hunter Lab79.62375.8731-20.0305
CIE-Lab83.652110.4747-23.7208

#ceccfd color RGB value is (206,204,253).

#ceccfd hex color red value is 206, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ceccfd hue: 0.67 , saturation: 0.92 and the lightness value of ceccfd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 11111101
Octal 316 314 375
Decimal 206 204 253
Hex CE CC FD

RGB Percentages of Color #ceccfd

%31.07
%30.77
%38.16

CMYK Percentages of Color #ceccfd

%19
%19
%0
%1

Triadic Colors of #ceccfd

#ceccfd #fdcecc #ccfdce

Analogous Colors of #ceccfd

#ceccfd #e7ccfd #cce3fd

Monochromatic Colors of #ceccfd

#ceccfd

Complementary Color

#ceccfd #fbfdcc

#ceccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccfd Color CSS Codes

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

#ceccfd Text Font Color

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

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


#ceccfd Background Color

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

This div background color is #ceccfd


#ceccfd Border Color

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

This div border color is #ceccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccfd


Comments

No comments written yet.

Please login to write comment.