Color Hex Logo

#7fbeca Color Hex

#7FBECA
(127,190,202)
0 Favorites   0 Comments

Color spaces of #7fbeca

RGB 127190202
HSL0.530.410.65
HSV190°37°79°
CMYK 0.370.060.00   0.21
XYZ37.826545.603262.6857
Yxy45.60320.25890.3121
Hunter Lab67.5301-18.1923-7.7656
CIE-Lab73.2873-17.0781-12.4357

#7fbeca color RGB value is (127,190,202).

#7fbeca hex color red value is 127, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7fbeca hue: 0.53 , saturation: 0.41 and the lightness value of 7fbeca is 0.65.

The process color (four color CMYK) of #7fbeca color hex is 0.37, 0.06, 0.00, 0.21. Web safe color of #7fbeca is #66cccc. Color #7fbeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11001010
Octal 177 276 312
Decimal 127 190 202
Hex 7F BE CA

RGB Percentages of Color #7fbeca

%24.47
%36.61
%38.92

CMYK Percentages of Color #7fbeca

%37
%6
%0
%21

Triadic Colors of #7fbeca

#7fbeca #ca7fbe #beca7f

Analogous Colors of #7fbeca

#7fbeca #7f99ca #7fcab1

Monochromatic Colors of #7fbeca

#7fbeca

Complementary Color

#7fbeca #ca8b7f

#7fbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbeca Color CSS Codes

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

#7fbeca Text Font Color

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

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


#7fbeca Background Color

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

This div background color is #7fbeca


#7fbeca Border Color

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

This div border color is #7fbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbeca


Comments

No comments written yet.

Please login to write comment.