Color Hex Logo

#7beced Color Hex

#7BECED
(123,236,237)
0 Favorites   0 Comments

Color spaces of #7beced

RGB 123236237
HSL0.500.760.71
HSV181°48°93°
CMYK 0.480.000.00   0.07
XYZ53.449970.316390.8761
Yxy70.31630.24900.3276
Hunter Lab83.8548-32.9682-5.5561
CIE-Lab87.1518-31.9149-10.4563

#7beced color RGB value is (123,236,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101100 11101101
Octal 173 354 355
Decimal 123 236 237
Hex 7B EC ED

RGB Percentages of Color #7beced

%20.64
%39.60
%39.77

CMYK Percentages of Color #7beced

%48
%0
%0
%7

Triadic Colors of #7beced

#7beced #ed7bec #eced7b

Analogous Colors of #7beced

#7beced #7bb3ed #7bedb5

Monochromatic Colors of #7beced

#7beced

Complementary Color

#7beced #ed7c7b

#7beced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beced Color CSS Codes

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

#7beced Text Font Color

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

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


#7beced Background Color

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

This div background color is #7beced


#7beced Border Color

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

This div border color is #7beced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beced


Comments

No comments written yet.

Please login to write comment.