Color Hex Logo

#c1fefd Color Hex

#C1FEFD
(193,254,253)
0 Favorites   0 Comments

Color spaces of #c1fefd

RGB 193254253
HSL0.500.970.88
HSV179°24°100°
CMYK 0.240.000.00   0.00
XYZ75.163889.3129106.2061
Yxy89.31290.27770.3300
Hunter Lab94.5055-23.4168-0.4768
CIE-Lab95.7110-19.1390-5.7422

#c1fefd color RGB value is (193,254,253).

#c1fefd hex color red value is 193, green value is 254 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c1fefd hue: 0.50 , saturation: 0.97 and the lightness value of c1fefd is 0.88.

The process color (four color CMYK) of #c1fefd color hex is 0.24, 0.00, 0.00, 0.00. Web safe color of #c1fefd is #ccffff. Color #c1fefd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111110 11111101
Octal 301 376 375
Decimal 193 254 253
Hex C1 FE FD

RGB Percentages of Color #c1fefd

%27.57
%36.29
%36.14

CMYK Percentages of Color #c1fefd

%24
%0
%0
%0

Triadic Colors of #c1fefd

#c1fefd #fdc1fe #fefdc1

Analogous Colors of #c1fefd

#c1fefd #c1e1fe #c1fedf

Monochromatic Colors of #c1fefd

#c1fefd

Complementary Color

#c1fefd #fec1c2

#c1fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1fefd Color CSS Codes

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

#c1fefd Text Font Color

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

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


#c1fefd Background Color

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

This div background color is #c1fefd


#c1fefd Border Color

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

This div border color is #c1fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.