Color Hex Logo

#c2fdbb Color Hex

#C2FDBB
(194,253,187)
0 Favorites   0 Comments

Color spaces of #c2fdbb

RGB 194253187
HSL0.320.940.86
HSV114°26°99°
CMYK 0.230.000.26   0.01
XYZ66.343185.307759.9831
Yxy85.30770.31350.4031
Hunter Lab92.3622-33.418526.1486
CIE-Lab94.0155-30.675525.7289

#c2fdbb color RGB value is (194,253,187).

#c2fdbb hex color red value is 194, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c2fdbb hue: 0.32 , saturation: 0.94 and the lightness value of c2fdbb is 0.86.

The process color (four color CMYK) of #c2fdbb color hex is 0.23, 0.00, 0.26, 0.01. Web safe color of #c2fdbb is #ccffcc. Color #c2fdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111101 10111011
Octal 302 375 273
Decimal 194 253 187
Hex C2 FD BB

RGB Percentages of Color #c2fdbb

%30.60
%39.91
%29.50

CMYK Percentages of Color #c2fdbb

%23
%0
%26
%1

Triadic Colors of #c2fdbb

#c2fdbb #bbc2fd #fdbbc2

Analogous Colors of #c2fdbb

#c2fdbb #bbfdd5 #e3fdbb

Monochromatic Colors of #c2fdbb

#c2fdbb

Complementary Color

#c2fdbb #f6bbfd

#c2fdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fdbb Color CSS Codes

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

#c2fdbb Text Font Color

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

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


#c2fdbb Background Color

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

This div background color is #c2fdbb


#c2fdbb Border Color

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

This div border color is #c2fdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fdbb


Comments

No comments written yet.

Please login to write comment.