Color Hex Logo

#c2fbe1 Color Hex

#C2FBE1
(194,251,225)
0 Favorites   0 Comments

Color spaces of #c2fbe1

RGB 194251225
HSL0.420.880.87
HSV153°23°98°
CMYK 0.230.000.10   0.02
XYZ70.335985.899984.1074
Yxy85.89990.29260.3574
Hunter Lab92.6822-26.731411.0729
CIE-Lab94.2695-23.04526.6120

#c2fbe1 color RGB value is (194,251,225).

#c2fbe1 hex color red value is 194, green value is 251 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c2fbe1 hue: 0.42 , saturation: 0.88 and the lightness value of c2fbe1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111011 11100001
Octal 302 373 341
Decimal 194 251 225
Hex C2 FB E1

RGB Percentages of Color #c2fbe1

%28.96
%37.46
%33.58

CMYK Percentages of Color #c2fbe1

%23
%0
%10
%2

Triadic Colors of #c2fbe1

#c2fbe1 #e1c2fb #fbe1c2

Analogous Colors of #c2fbe1

#c2fbe1 #c2f9fb #c2fbc5

Monochromatic Colors of #c2fbe1

#c2fbe1

Complementary Color

#c2fbe1 #fbc2dc

#c2fbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fbe1 Color CSS Codes

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

#c2fbe1 Text Font Color

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

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


#c2fbe1 Background Color

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

This div background color is #c2fbe1


#c2fbe1 Border Color

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

This div border color is #c2fbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fbe1


Comments

No comments written yet.

Please login to write comment.