Color Hex Logo

#c2fbdb Color Hex

#C2FBDB
(194,251,219)
0 Favorites   0 Comments

Color spaces of #c2fbdb

RGB 194251219
HSL0.410.880.87
HSV146°23°98°
CMYK 0.230.000.13   0.02
XYZ69.531585.578279.8714
Yxy85.57820.29590.3642
Hunter Lab92.5085-27.725213.5652
CIE-Lab94.1317-24.18189.5083

#c2fbdb color RGB value is (194,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111011 11011011
Octal 302 373 333
Decimal 194 251 219
Hex C2 FB DB

RGB Percentages of Color #c2fbdb

%29.22
%37.80
%32.98

CMYK Percentages of Color #c2fbdb

%23
%0
%13
%2

Triadic Colors of #c2fbdb

#c2fbdb #dbc2fb #fbdbc2

Analogous Colors of #c2fbdb

#c2fbdb #c2fbf8 #c6fbc2

Monochromatic Colors of #c2fbdb

#c2fbdb

Complementary Color

#c2fbdb #fbc2e2

#c2fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fbdb Color CSS Codes

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

#c2fbdb Text Font Color

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

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


#c2fbdb Background Color

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

This div background color is #c2fbdb


#c2fbdb Border Color

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

This div border color is #c2fbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,251,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 #c2fbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fbdb

Related Colors


Comments

No comments written yet.

Please login to write comment.