Color Hex Logo

#c1cefd Color Hex

#C1CEFD
(193,206,253)
0 Favorites   0 Comments

Color spaces of #c1cefd

RGB 193206253
HSL0.630.940.87
HSV227°24°99°
CMYK 0.240.190.00   0.01
XYZ61.793262.5719101.7492
Yxy62.57190.27330.2767
Hunter Lab79.10241.0114-20.8929
CIE-Lab83.21665.4913-24.4700

#c1cefd color RGB value is (193,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001110 11111101
Octal 301 316 375
Decimal 193 206 253
Hex C1 CE FD

RGB Percentages of Color #c1cefd

%29.60
%31.60
%38.80

CMYK Percentages of Color #c1cefd

%24
%19
%0
%1

Triadic Colors of #c1cefd

#c1cefd #fdc1ce #cefdc1

Analogous Colors of #c1cefd

#c1cefd #d2c1fd #c1ecfd

Monochromatic Colors of #c1cefd

#c1cefd

Complementary Color

#c1cefd #fdf0c1

#c1cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cefd Color CSS Codes

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

#c1cefd Text Font Color

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

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


#c1cefd Background Color

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

This div background color is #c1cefd


#c1cefd Border Color

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

This div border color is #c1cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cefd


Comments

No comments written yet.

Please login to write comment.