Color Hex Logo

#c3feea Color Hex

#C3FEEA
(195,254,234)
0 Favorites   0 Comments

Color spaces of #c3feea

RGB 195254234
HSL0.440.970.88
HSV160°23°100°
CMYK 0.230.000.08   0.00
XYZ72.798888.426291.0730
Yxy88.42620.28850.3505
Hunter Lab94.0352-26.37318.4023
CIE-Lab95.3401-22.44153.5257

#c3feea color RGB value is (195,254,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111110 11101010
Octal 303 376 352
Decimal 195 254 234
Hex C3 FE EA

RGB Percentages of Color #c3feea

%28.55
%37.19
%34.26

CMYK Percentages of Color #c3feea

%23
%0
%8
%0

Triadic Colors of #c3feea

#c3feea #eac3fe #feeac3

Analogous Colors of #c3feea

#c3feea #c3f5fe #c3fecd

Monochromatic Colors of #c3feea

#c3feea

Complementary Color

#c3feea #fec3d7

#c3feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3feea Color CSS Codes

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

#c3feea Text Font Color

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

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


#c3feea Background Color

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

This div background color is #c3feea


#c3feea Border Color

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

This div border color is #c3feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3feea


Comments

No comments written yet.

Please login to write comment.