Color Hex Logo

#c3efbd Color Hex

#C3EFBD
(195,239,189)
0 Favorites   0 Comments

Color spaces of #c3efbd

RGB 195239189
HSL0.310.610.84
HSV113°21°94°
CMYK 0.180.000.21   0.06
XYZ62.557577.009259.7113
Yxy77.00920.31390.3864
Hunter Lab87.7549-26.324421.0856
CIE-Lab90.3258-23.373419.6154

#c3efbd color RGB value is (195,239,189).

#c3efbd hex color red value is 195, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c3efbd hue: 0.31 , saturation: 0.61 and the lightness value of c3efbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101111 10111101
Octal 303 357 275
Decimal 195 239 189
Hex C3 EF BD

RGB Percentages of Color #c3efbd

%31.30
%38.36
%30.34

CMYK Percentages of Color #c3efbd

%18
%0
%21
%6

Triadic Colors of #c3efbd

#c3efbd #bdc3ef #efbdc3

Analogous Colors of #c3efbd

#c3efbd #bdefd0 #dcefbd

Monochromatic Colors of #c3efbd

#c3efbd

Complementary Color

#c3efbd #e9bdef

#c3efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3efbd Color CSS Codes

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

#c3efbd Text Font Color

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

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


#c3efbd Background Color

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

This div background color is #c3efbd


#c3efbd Border Color

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

This div border color is #c3efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3efbd


Comments

No comments written yet.

Please login to write comment.