Color Hex Logo

#7ebfca Color Hex

#7EBFCA
(126,191,202)
0 Favorites   0 Comments

Color spaces of #7ebfca

RGB 126191202
HSL0.520.420.64
HSV189°38°79°
CMYK 0.380.050.00   0.21
XYZ37.895745.961562.7513
Yxy45.96150.25850.3135
Hunter Lab67.7949-18.8640-7.4227
CIE-Lab73.5205-17.8593-12.0916

#7ebfca color RGB value is (126,191,202).

#7ebfca hex color red value is 126, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7ebfca hue: 0.52 , saturation: 0.42 and the lightness value of 7ebfca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111111 11001010
Octal 176 277 312
Decimal 126 191 202
Hex 7E BF CA

RGB Percentages of Color #7ebfca

%24.28
%36.80
%38.92

CMYK Percentages of Color #7ebfca

%38
%5
%0
%21

Triadic Colors of #7ebfca

#7ebfca #ca7ebf #bfca7e

Analogous Colors of #7ebfca

#7ebfca #7e99ca #7ecaaf

Monochromatic Colors of #7ebfca

#7ebfca

Complementary Color

#7ebfca #ca897e

#7ebfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebfca Color CSS Codes

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

#7ebfca Text Font Color

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

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


#7ebfca Background Color

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

This div background color is #7ebfca


#7ebfca Border Color

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

This div border color is #7ebfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebfca


Comments

No comments written yet.

Please login to write comment.