Color Hex Logo

#7beaed Color Hex

#7BEAED
(123,234,237)
0 Favorites   0 Comments

Color spaces of #7beaed

RGB 123234237
HSL0.500.760.71
HSV182°48°93°
CMYK 0.480.010.00   0.07
XYZ52.877369.171090.6852
Yxy69.17100.24860.3252
Hunter Lab83.1691-32.0591-6.4297
CIE-Lab86.5887-30.9667-11.2952

#7beaed color RGB value is (123,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101010 11101101
Octal 173 352 355
Decimal 123 234 237
Hex 7B EA ED

RGB Percentages of Color #7beaed

%20.71
%39.39
%39.90

CMYK Percentages of Color #7beaed

%48
%1
%0
%7

Triadic Colors of #7beaed

#7beaed #ed7bea #eaed7b

Analogous Colors of #7beaed

#7beaed #7bb1ed #7bedb7

Monochromatic Colors of #7beaed

#7beaed

Complementary Color

#7beaed #ed7e7b

#7beaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beaed Color CSS Codes

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

#7beaed Text Font Color

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

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


#7beaed Background Color

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

This div background color is #7beaed


#7beaed Border Color

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

This div border color is #7beaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beaed


Comments

No comments written yet.

Please login to write comment.