Color Hex Logo

#c3efcb Color Hex

#C3EFCB
(195,239,203)
0 Favorites   0 Comments

Color spaces of #c3efcb

RGB 195239203
HSL0.360.580.85
HSV131°18°94°
CMYK 0.180.000.15   0.06
XYZ64.151777.646968.1061
Yxy77.64690.30560.3699
Hunter Lab88.1175-24.253215.8569
CIE-Lab90.6185-20.971412.7821

#c3efcb color RGB value is (195,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101111 11001011
Octal 303 357 313
Decimal 195 239 203
Hex C3 EF CB

RGB Percentages of Color #c3efcb

%30.61
%37.52
%31.87

CMYK Percentages of Color #c3efcb

%18
%0
%15
%6

Triadic Colors of #c3efcb

#c3efcb #cbc3ef #efcbc3

Analogous Colors of #c3efcb

#c3efcb #c3efe1 #d1efc3

Monochromatic Colors of #c3efcb

#c3efcb

Complementary Color

#c3efcb #efc3e7

#c3efcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3efcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3efcb Color CSS Codes

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

#c3efcb Text Font Color

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

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


#c3efcb Background Color

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

This div background color is #c3efcb


#c3efcb Border Color

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

This div border color is #c3efcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3efcb


Comments

No comments written yet.

Please login to write comment.