Color Hex Logo

#c3fefd Color Hex

#C3FEFD
(195,254,253)
0 Favorites   0 Comments

Color spaces of #c3fefd

RGB 195254253
HSL0.500.970.88
HSV179°23°100°
CMYK 0.230.000.00   0.00
XYZ75.677189.5776106.2301
Yxy89.57760.27880.3300
Hunter Lab94.6454-22.9036-0.2953
CIE-Lab95.8213-18.5641-5.5670

#c3fefd color RGB value is (195,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111110 11111101
Octal 303 376 375
Decimal 195 254 253
Hex C3 FE FD

RGB Percentages of Color #c3fefd

%27.78
%36.18
%36.04

CMYK Percentages of Color #c3fefd

%23
%0
%0
%0

Triadic Colors of #c3fefd

#c3fefd #fdc3fe #fefdc3

Analogous Colors of #c3fefd

#c3fefd #c3e2fe #c3fee0

Monochromatic Colors of #c3fefd

#c3fefd

Complementary Color

#c3fefd #fec3c4

#c3fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fefd Color CSS Codes

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

#c3fefd Text Font Color

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

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


#c3fefd Background Color

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

This div background color is #c3fefd


#c3fefd Border Color

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

This div border color is #c3fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.