Color Hex Logo

#c3febc Color Hex

#C3FEBC
(195,254,188)
0 Favorites   0 Comments

Color spaces of #c3febc

RGB 195254188
HSL0.320.970.87
HSV114°26°100°
CMYK 0.230.000.26   0.00
XYZ67.024686.116660.6665
Yxy86.11660.31350.4028
Hunter Lab92.7990-33.475726.1990
CIE-Lab94.3622-30.656125.7062

#c3febc color RGB value is (195,254,188).

#c3febc hex color red value is 195, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c3febc hue: 0.32 , saturation: 0.97 and the lightness value of c3febc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111110 10111100
Octal 303 376 274
Decimal 195 254 188
Hex C3 FE BC

RGB Percentages of Color #c3febc

%30.61
%39.87
%29.51

CMYK Percentages of Color #c3febc

%23
%0
%26
%0

Triadic Colors of #c3febc

#c3febc #bcc3fe #febcc3

Analogous Colors of #c3febc

#c3febc #bcfed6 #e4febc

Monochromatic Colors of #c3febc

#c3febc

Complementary Color

#c3febc #f7bcfe

#c3febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3febc Color CSS Codes

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

#c3febc Text Font Color

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

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


#c3febc Background Color

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

This div background color is #c3febc


#c3febc Border Color

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

This div border color is #c3febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3febc


Comments

No comments written yet.

Please login to write comment.