Color Hex Logo

#c5efb2 Color Hex

#C5EFB2
(197,239,178)
0 Favorites   0 Comments

Color spaces of #c5efb2

RGB 197239178
HSL0.280.660.82
HSV101°26°94°
CMYK 0.180.000.26   0.06
XYZ61.928376.817753.6828
Yxy76.81770.32180.3992
Hunter Lab87.6457-27.256325.0370
CIE-Lab90.2376-24.456325.1691

#c5efb2 color RGB value is (197,239,178).

#c5efb2 hex color red value is 197, green value is 239 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #c5efb2 hue: 0.28 , saturation: 0.66 and the lightness value of c5efb2 is 0.82.

The process color (four color CMYK) of #c5efb2 color hex is 0.18, 0.00, 0.26, 0.06. Web safe color of #c5efb2 is #ccff99. Color #c5efb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101111 10110010
Octal 305 357 262
Decimal 197 239 178
Hex C5 EF B2

RGB Percentages of Color #c5efb2

%32.08
%38.93
%28.99

CMYK Percentages of Color #c5efb2

%18
%0
%26
%6

Triadic Colors of #c5efb2

#c5efb2 #b2c5ef #efb2c5

Analogous Colors of #c5efb2

#c5efb2 #b2efbe #e4efb2

Monochromatic Colors of #c5efb2

#c5efb2

Complementary Color

#c5efb2 #dcb2ef

#c5efb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5efb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5efb2 Color CSS Codes

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

#c5efb2 Text Font Color

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

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


#c5efb2 Background Color

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

This div background color is #c5efb2


#c5efb2 Border Color

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

This div border color is #c5efb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5efb2


Comments

No comments written yet.

Please login to write comment.