Color Hex Logo

#c3feef Color Hex

#C3FEEF
(195,254,239)
0 Favorites   0 Comments

Color spaces of #c3feef

RGB 195254239
HSL0.460.970.88
HSV165°23°100°
CMYK 0.230.000.06   0.00
XYZ73.527588.717794.9103
Yxy88.71770.28590.3450
Hunter Lab94.1901-25.49046.1897
CIE-Lab95.4623-21.44691.1261

#c3feef color RGB value is (195,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111110 11101111
Octal 303 376 357
Decimal 195 254 239
Hex C3 FE EF

RGB Percentages of Color #c3feef

%28.34
%36.92
%34.74

CMYK Percentages of Color #c3feef

%23
%0
%6
%0

Triadic Colors of #c3feef

#c3feef #efc3fe #feefc3

Analogous Colors of #c3feef

#c3feef #c3f0fe #c3fed2

Monochromatic Colors of #c3feef

#c3feef

Complementary Color

#c3feef #fec3d2

#c3feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3feef Color CSS Codes

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

#c3feef Text Font Color

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

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


#c3feef Background Color

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

This div background color is #c3feef


#c3feef Border Color

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

This div border color is #c3feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3feef


Comments

No comments written yet.

Please login to write comment.