Color Hex Logo

#c3fded Color Hex

#C3FDED
(195,253,237)
0 Favorites   0 Comments

Color spaces of #c3fded

RGB 195253237
HSL0.450.940.88
HSV163°23°99°
CMYK 0.230.000.06   0.01
XYZ72.917087.967193.2570
Yxy87.96710.28690.3461
Hunter Lab93.7908-25.36036.7010
CIE-Lab95.1471-21.36201.6984

#c3fded color RGB value is (195,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111101 11101101
Octal 303 375 355
Decimal 195 253 237
Hex C3 FD ED

RGB Percentages of Color #c3fded

%28.47
%36.93
%34.60

CMYK Percentages of Color #c3fded

%23
%0
%6
%1

Triadic Colors of #c3fded

#c3fded #edc3fd #fdedc3

Analogous Colors of #c3fded

#c3fded #c3f0fd #c3fdd0

Monochromatic Colors of #c3fded

#c3fded

Complementary Color

#c3fded #fdc3d3

#c3fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fded Color CSS Codes

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

#c3fded Text Font Color

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

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


#c3fded Background Color

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

This div background color is #c3fded


#c3fded Border Color

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

This div border color is #c3fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fded


Comments

No comments written yet.

Please login to write comment.