Color Hex Logo

#c3efdf Color Hex

#C3EFDF
(195,239,223)
0 Favorites   0 Comments

Color spaces of #c3efdf

RGB 195239223
HSL0.440.580.85
HSV158°18°94°
CMYK 0.180.000.07   0.06
XYZ66.691578.662881.4805
Yxy78.66280.29400.3468
Hunter Lab88.6921-20.98907.6153
CIE-Lab91.0815-17.25373.0461

#c3efdf color RGB value is (195,239,223).

#c3efdf hex color red value is 195, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c3efdf hue: 0.44 , saturation: 0.58 and the lightness value of c3efdf is 0.85.

The process color (four color CMYK) of #c3efdf color hex is 0.18, 0.00, 0.07, 0.06. Web safe color of #c3efdf is #ccffcc. Color #c3efdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101111 11011111
Octal 303 357 337
Decimal 195 239 223
Hex C3 EF DF

RGB Percentages of Color #c3efdf

%29.68
%36.38
%33.94

CMYK Percentages of Color #c3efdf

%18
%0
%7
%6

Triadic Colors of #c3efdf

#c3efdf #dfc3ef #efdfc3

Analogous Colors of #c3efdf

#c3efdf #c3e9ef #c3efc9

Monochromatic Colors of #c3efdf

#c3efdf

Complementary Color

#c3efdf #efc3d3

#c3efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3efdf Color CSS Codes

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

#c3efdf Text Font Color

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

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


#c3efdf Background Color

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

This div background color is #c3efdf


#c3efdf Border Color

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

This div border color is #c3efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3efdf


Comments

No comments written yet.

Please login to write comment.