Color Hex Logo

#7bdfeb Color Hex

#7BDFEB
(123,223,235)
0 Favorites   0 Comments

Color spaces of #7bdfeb

RGB 123223235
HSL0.520.740.70
HSV186°48°92°
CMYK 0.480.050.00   0.08
XYZ49.551562.984588.1428
Yxy62.98450.24690.3139
Hunter Lab79.3628-27.4353-10.2954
CIE-Lab83.4342-26.1790-14.9587

#7bdfeb color RGB value is (123,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011111 11101011
Octal 173 337 353
Decimal 123 223 235
Hex 7B DF EB

RGB Percentages of Color #7bdfeb

%21.17
%38.38
%40.45

CMYK Percentages of Color #7bdfeb

%48
%5
%0
%8

Triadic Colors of #7bdfeb

#7bdfeb #eb7bdf #dfeb7b

Analogous Colors of #7bdfeb

#7bdfeb #7ba7eb #7bebbf

Monochromatic Colors of #7bdfeb

#7bdfeb

Complementary Color

#7bdfeb #eb877b

#7bdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdfeb Color CSS Codes

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

#7bdfeb Text Font Color

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

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


#7bdfeb Background Color

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

This div background color is #7bdfeb


#7bdfeb Border Color

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

This div border color is #7bdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdfeb


Comments

No comments written yet.

Please login to write comment.