Color Hex Logo

#7be4ed Color Hex

#7BE4ED
(123,228,237)
0 Favorites   0 Comments

Color spaces of #7be4ed

RGB 123228237
HSL0.510.760.71
HSV185°48°93°
CMYK 0.480.040.00   0.07
XYZ51.197865.812290.1254
Yxy65.81220.24720.3177
Hunter Lab81.1247-29.3169-9.0808
CIE-Lab84.9005-28.0911-13.8178

#7be4ed color RGB value is (123,228,237).

#7be4ed hex color red value is 123, green value is 228 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7be4ed hue: 0.51 , saturation: 0.76 and the lightness value of 7be4ed is 0.71.

The process color (four color CMYK) of #7be4ed color hex is 0.48, 0.04, 0.00, 0.07. Web safe color of #7be4ed is #66ccff. Color #7be4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11100100 11101101
Octal 173 344 355
Decimal 123 228 237
Hex 7B E4 ED

RGB Percentages of Color #7be4ed

%20.92
%38.78
%40.31

CMYK Percentages of Color #7be4ed

%48
%4
%0
%7

Triadic Colors of #7be4ed

#7be4ed #ed7be4 #e4ed7b

Analogous Colors of #7be4ed

#7be4ed #7babed #7bedbd

Monochromatic Colors of #7be4ed

#7be4ed

Complementary Color

#7be4ed #ed847b

#7be4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7be4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7be4ed Color CSS Codes

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

#7be4ed Text Font Color

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

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


#7be4ed Background Color

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

This div background color is #7be4ed


#7be4ed Border Color

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

This div border color is #7be4ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,228,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7be4ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7be4ed;
  -webkit-box-shadow: 1px 1px 3px 2px #7be4ed;
  box-shadow:         1px 1px 3px 2px #7be4ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,228,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7be4ed


Comments

No comments written yet.

Please login to write comment.