Color Hex Logo

#7bffed Color Hex

#7BFFED
(123,255,237)
0 Favorites   0 Comments

Color spaces of #7bffed

RGB 123255237
HSL0.481.000.74
HSV172°52°100°
CMYK 0.520.000.07   0.00
XYZ59.214481.845492.7976
Yxy81.84540.25320.3500
Hunter Lab90.4684-41.48602.5115
CIE-Lab92.5066-40.6630-2.5418

#7bffed color RGB value is (123,255,237).

#7bffed hex color red value is 123, green value is 255 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7bffed hue: 0.48 , saturation: 1.00 and the lightness value of 7bffed is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111111 11101101
Octal 173 377 355
Decimal 123 255 237
Hex 7B FF ED

RGB Percentages of Color #7bffed

%20.00
%41.46
%38.54

CMYK Percentages of Color #7bffed

%52
%0
%7
%0

Triadic Colors of #7bffed

#7bffed #ed7bff #ffed7b

Analogous Colors of #7bffed

#7bffed #7bcfff #7bffab

Monochromatic Colors of #7bffed

#7bffed

Complementary Color

#7bffed #ff7b8d

#7bffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bffed Color CSS Codes

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

#7bffed Text Font Color

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

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


#7bffed Background Color

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

This div background color is #7bffed


#7bffed Border Color

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

This div border color is #7bffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bffed

Related Colors


Comments

No comments written yet.

Please login to write comment.