Color Hex Logo

#c1effd Color Hex

#C1EFFD
(193,239,253)
0 Favorites   0 Comments

Color spaces of #c1effd

RGB 193239253
HSL0.540.940.87
HSV194°24°99°
CMYK 0.240.060.00   0.01
XYZ70.588480.1623104.6810
Yxy80.16230.27630.3138
Hunter Lab89.5334-15.9535-6.6475
CIE-Lab91.7576-11.6775-11.6044

#c1effd color RGB value is (193,239,253).

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

The process color (four color CMYK) of #c1effd color hex is 0.24, 0.06, 0.00, 0.01. Web safe color of #c1effd is #ccffff. Color #c1effd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101111 11111101
Octal 301 357 375
Decimal 193 239 253
Hex C1 EF FD

RGB Percentages of Color #c1effd

%28.18
%34.89
%36.93

CMYK Percentages of Color #c1effd

%24
%6
%0
%1

Triadic Colors of #c1effd

#c1effd #fdc1ef #effdc1

Analogous Colors of #c1effd

#c1effd #c1d1fd #c1fded

Monochromatic Colors of #c1effd

#c1effd

Complementary Color

#c1effd #fdcfc1

#c1effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1effd Color CSS Codes

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

#c1effd Text Font Color

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

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


#c1effd Background Color

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

This div background color is #c1effd


#c1effd Border Color

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

This div border color is #c1effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1effd


Comments

No comments written yet.

Please login to write comment.