Color Hex Logo

#c2feed Color Hex

#C2FEED
(194,254,237)
0 Favorites   0 Comments

Color spaces of #c2feed

RGB 194254237
HSL0.450.970.88
HSV163°24°100°
CMYK 0.240.000.07   0.00
XYZ72.976088.467493.3504
Yxy88.46740.28640.3472
Hunter Lab94.0571-26.10736.9955
CIE-Lab95.3574-22.14511.9977

#c2feed color RGB value is (194,254,237).

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

The process color (four color CMYK) of #c2feed color hex is 0.24, 0.00, 0.07, 0.00. Web safe color of #c2feed is #ccffff. Color #c2feed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111110 11101101
Octal 302 376 355
Decimal 194 254 237
Hex C2 FE ED

RGB Percentages of Color #c2feed

%28.32
%37.08
%34.60

CMYK Percentages of Color #c2feed

%24
%0
%7
%0

Triadic Colors of #c2feed

#c2feed #edc2fe #feedc2

Analogous Colors of #c2feed

#c2feed #c2f1fe #c2fecf

Monochromatic Colors of #c2feed

#c2feed

Complementary Color

#c2feed #fec2d3

#c2feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2feed Color CSS Codes

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

#c2feed Text Font Color

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

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


#c2feed Background Color

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

This div background color is #c2feed


#c2feed Border Color

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

This div border color is #c2feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2feed

Related Colors


Comments

No comments written yet.

Please login to write comment.