Color Hex Logo

#c3fdee Color Hex

#C3FDEE
(195,253,238)
0 Favorites   0 Comments

Color spaces of #c3fdee

RGB 195253238
HSL0.460.940.88
HSV164°23°99°
CMYK 0.230.000.06   0.01
XYZ73.063688.025794.0287
Yxy88.02570.28640.3450
Hunter Lab93.8220-25.18226.2548
CIE-Lab95.1718-21.16181.2185

#c3fdee color RGB value is (195,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111101 11101110
Octal 303 375 356
Decimal 195 253 238
Hex C3 FD EE

RGB Percentages of Color #c3fdee

%28.43
%36.88
%34.69

CMYK Percentages of Color #c3fdee

%23
%0
%6
%1

Triadic Colors of #c3fdee

#c3fdee #eec3fd #fdeec3

Analogous Colors of #c3fdee

#c3fdee #c3effd #c3fdd1

Monochromatic Colors of #c3fdee

#c3fdee

Complementary Color

#c3fdee #fdc3d2

#c3fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fdee Color CSS Codes

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

#c3fdee Text Font Color

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

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


#c3fdee Background Color

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

This div background color is #c3fdee


#c3fdee Border Color

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

This div border color is #c3fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fdee

Related Colors


Comments

No comments written yet.

Please login to write comment.