Color Hex Logo

#c2fefb Color Hex

#C2FEFB
(194,254,251)
0 Favorites   0 Comments

Color spaces of #c2fefb

RGB 194254251
HSL0.490.970.88
HSV177°24°100°
CMYK 0.240.000.01   0.00
XYZ75.102589.3180104.5486
Yxy89.31800.27920.3321
Hunter Lab94.5082-23.54140.5669
CIE-Lab95.7132-19.2739-4.7012

#c2fefb color RGB value is (194,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111110 11111011
Octal 302 376 373
Decimal 194 254 251
Hex C2 FE FB

RGB Percentages of Color #c2fefb

%27.75
%36.34
%35.91

CMYK Percentages of Color #c2fefb

%24
%0
%1
%0

Triadic Colors of #c2fefb

#c2fefb #fbc2fe #fefbc2

Analogous Colors of #c2fefb

#c2fefb #c2e3fe #c2fedd

Monochromatic Colors of #c2fefb

#c2fefb

Complementary Color

#c2fefb #fec2c5

#c2fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fefb Color CSS Codes

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

#c2fefb Text Font Color

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

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


#c2fefb Background Color

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

This div background color is #c2fefb


#c2fefb Border Color

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

This div border color is #c2fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.