Color Hex Logo

#c3fffd Color Hex

#C3FFFD
(195,255,253)
0 Favorites   0 Comments

Color spaces of #c3fffd

RGB 195255253
HSL0.491.000.88
HSV178°24°100°
CMYK 0.240.000.01   0.00
XYZ75.995390.2140106.3362
Yxy90.21400.27880.3310
Hunter Lab94.9811-23.39720.1085
CIE-Lab96.0855-19.0542-5.1775

#c3fffd color RGB value is (195,255,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111111 11111101
Octal 303 377 375
Decimal 195 255 253
Hex C3 FF FD

RGB Percentages of Color #c3fffd

%27.74
%36.27
%35.99

CMYK Percentages of Color #c3fffd

%24
%0
%1
%0

Triadic Colors of #c3fffd

#c3fffd #fdc3ff #fffdc3

Analogous Colors of #c3fffd

#c3fffd #c3e3ff #c3ffdf

Monochromatic Colors of #c3fffd

#c3fffd

Complementary Color

#c3fffd #ffc3c5

#c3fffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fffd Color CSS Codes

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

#c3fffd Text Font Color

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

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


#c3fffd Background Color

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

This div background color is #c3fffd


#c3fffd Border Color

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

This div border color is #c3fffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fffd

Related Colors


Comments

No comments written yet.

Please login to write comment.