Color Hex Logo

#c3fedb Color Hex

#C3FEDB
(195,254,219)
0 Favorites   0 Comments

Color spaces of #c3fedb

RGB 195254219
HSL0.400.970.88
HSV144°23°100°
CMYK 0.230.000.14   0.00
XYZ70.733787.600280.1983
Yxy87.60020.29650.3672
Hunter Lab93.5950-28.891214.7129
CIE-Lab94.9923-25.309810.7464

#c3fedb color RGB value is (195,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111110 11011011
Octal 303 376 333
Decimal 195 254 219
Hex C3 FE DB

RGB Percentages of Color #c3fedb

%29.19
%38.02
%32.78

CMYK Percentages of Color #c3fedb

%23
%0
%14
%0

Triadic Colors of #c3fedb

#c3fedb #dbc3fe #fedbc3

Analogous Colors of #c3fedb

#c3fedb #c3fef9 #c9fec3

Monochromatic Colors of #c3fedb

#c3fedb

Complementary Color

#c3fedb #fec3e6

#c3fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fedb Color CSS Codes

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

#c3fedb Text Font Color

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

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


#c3fedb Background Color

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

This div background color is #c3fedb


#c3fedb Border Color

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

This div border color is #c3fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.