Color Hex Logo

#7beceb Color Hex

#7BECEB
(123,236,235)
0 Favorites   0 Comments

Color spaces of #7beceb

RGB 123236235
HSL0.500.750.70
HSV179°48°93°
CMYK 0.480.000.00   0.07
XYZ53.159270.200089.3454
Yxy70.20000.24990.3300
Hunter Lab83.7854-33.3719-4.5746
CIE-Lab87.0949-32.4192-9.4911

#7beceb color RGB value is (123,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101100 11101011
Octal 173 354 353
Decimal 123 236 235
Hex 7B EC EB

RGB Percentages of Color #7beceb

%20.71
%39.73
%39.56

CMYK Percentages of Color #7beceb

%48
%0
%0
%7

Triadic Colors of #7beceb

#7beceb #eb7bec #eceb7b

Analogous Colors of #7beceb

#7beceb #7bb5ec #7becb3

Monochromatic Colors of #7beceb

#7beceb

Complementary Color

#7beceb #ec7b7c

#7beceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beceb Color CSS Codes

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

#7beceb Text Font Color

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

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


#7beceb Background Color

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

This div background color is #7beceb


#7beceb Border Color

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

This div border color is #7beceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beceb


Comments

No comments written yet.

Please login to write comment.