Color Hex Logo

#7feceb Color Hex

#7FECEB
(127,236,235)
0 Favorites   0 Comments

Color spaces of #7feceb

RGB 127236235
HSL0.500.740.71
HSV179°46°93°
CMYK 0.460.000.00   0.07
XYZ53.743270.501189.3728
Yxy70.50110.25160.3300
Hunter Lab83.9649-32.6866-4.3332
CIE-Lab87.2421-31.5505-9.2565

#7feceb color RGB value is (127,236,235).

#7feceb hex color red value is 127, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7feceb hue: 0.50 , saturation: 0.74 and the lightness value of 7feceb is 0.71.

The process color (four color CMYK) of #7feceb color hex is 0.46, 0.00, 0.00, 0.07. Web safe color of #7feceb is #66ffff. Color #7feceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101100 11101011
Octal 177 354 353
Decimal 127 236 235
Hex 7F EC EB

RGB Percentages of Color #7feceb

%21.24
%39.46
%39.30

CMYK Percentages of Color #7feceb

%46
%0
%0
%7

Triadic Colors of #7feceb

#7feceb #eb7fec #eceb7f

Analogous Colors of #7feceb

#7feceb #7fb7ec #7fecb5

Monochromatic Colors of #7feceb

#7feceb

Complementary Color

#7feceb #ec7f80

#7feceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feceb Color CSS Codes

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

#7feceb Text Font Color

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

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


#7feceb Background Color

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

This div background color is #7feceb


#7feceb Border Color

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

This div border color is #7feceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,236,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7feceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7feceb;
  -webkit-box-shadow: 1px 1px 3px 2px #7feceb;
  box-shadow:         1px 1px 3px 2px #7feceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,236,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feceb


Comments

No comments written yet.

Please login to write comment.