Color Hex Logo

#c5febc Color Hex

#C5FEBC
(197,254,188)
0 Favorites   0 Comments

Color spaces of #c5febc

RGB 197254188
HSL0.310.970.87
HSV112°26°100°
CMYK 0.220.000.26   0.00
XYZ67.544986.384860.6909
Yxy86.38480.31470.4025
Hunter Lab92.9434-32.929426.3448
CIE-Lab94.4766-30.000825.8815

#c5febc color RGB value is (197,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11111110 10111100
Octal 305 376 274
Decimal 197 254 188
Hex C5 FE BC

RGB Percentages of Color #c5febc

%30.83
%39.75
%29.42

CMYK Percentages of Color #c5febc

%22
%0
%26
%0

Triadic Colors of #c5febc

#c5febc #bcc5fe #febcc5

Analogous Colors of #c5febc

#c5febc #bcfed4 #e6febc

Monochromatic Colors of #c5febc

#c5febc

Complementary Color

#c5febc #f5bcfe

#c5febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5febc Color CSS Codes

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

#c5febc Text Font Color

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

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


#c5febc Background Color

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

This div background color is #c5febc


#c5febc Border Color

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

This div border color is #c5febc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c5febc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5febc

Related Colors


Comments

No comments written yet.

Please login to write comment.