Color Hex Logo

#c3fdda Color Hex

#C3FDDA
(195,253,218)
0 Favorites   0 Comments

Color spaces of #c3fdda

RGB 195253218
HSL0.400.940.88
HSV144°23°99°
CMYK 0.230.000.14   0.01
XYZ70.285886.914679.4014
Yxy86.91460.29710.3673
Hunter Lab93.2280-28.575514.7629
CIE-Lab94.7020-25.016810.8461

#c3fdda color RGB value is (195,253,218).

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

The process color (four color CMYK) of #c3fdda color hex is 0.23, 0.00, 0.14, 0.01. Web safe color of #c3fdda is #ccffcc. Color #c3fdda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111101 11011010
Octal 303 375 332
Decimal 195 253 218
Hex C3 FD DA

RGB Percentages of Color #c3fdda

%29.28
%37.99
%32.73

CMYK Percentages of Color #c3fdda

%23
%0
%14
%1

Triadic Colors of #c3fdda

#c3fdda #dac3fd #fddac3

Analogous Colors of #c3fdda

#c3fdda #c3fdf7 #c9fdc3

Monochromatic Colors of #c3fdda

#c3fdda

Complementary Color

#c3fdda #fdc3e6

#c3fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fdda Color CSS Codes

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

#c3fdda Text Font Color

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

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


#c3fdda Background Color

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

This div background color is #c3fdda


#c3fdda Border Color

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

This div border color is #c3fdda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,253,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c3fdda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fdda

Related Colors


Comments

No comments written yet.

Please login to write comment.