Color Hex Logo

#c3fcef Color Hex

#C3FCEF
(195,252,239)
0 Favorites   0 Comments

Color spaces of #c3fcef

RGB 195252239
HSL0.460.900.88
HSV166°23°99°
CMYK 0.230.000.05   0.01
XYZ72.896187.454994.6998
Yxy87.45490.28580.3429
Hunter Lab93.5173-24.51585.4224
CIE-Lab94.9309-20.47410.3513

#c3fcef color RGB value is (195,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111100 11101111
Octal 303 374 357
Decimal 195 252 239
Hex C3 FC EF

RGB Percentages of Color #c3fcef

%28.43
%36.73
%34.84

CMYK Percentages of Color #c3fcef

%23
%0
%5
%1

Triadic Colors of #c3fcef

#c3fcef #efc3fc #fcefc3

Analogous Colors of #c3fcef

#c3fcef #c3edfc #c3fcd3

Monochromatic Colors of #c3fcef

#c3fcef

Complementary Color

#c3fcef #fcc3d0

#c3fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fcef Color CSS Codes

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

#c3fcef Text Font Color

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

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


#c3fcef Background Color

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

This div background color is #c3fcef


#c3fcef Border Color

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

This div border color is #c3fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fcef

Related Colors


Comments

No comments written yet.

Please login to write comment.