Color Hex Logo

#7bddfe Color Hex

#7BDDFE
(123,221,254)
0 Favorites   0 Comments

Color spaces of #7bddfe

RGB 123221254
HSL0.540.980.74
HSV195°52°100°
CMYK 0.520.130.00   0.00
XYZ51.914263.0796103.2053
Yxy63.07960.23790.2891
Hunter Lab79.4227-22.3141-21.4482
CIE-Lab83.4842-20.0976-24.9369

#7bddfe color RGB value is (123,221,254).

#7bddfe hex color red value is 123, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7bddfe hue: 0.54 , saturation: 0.98 and the lightness value of 7bddfe is 0.74.

The process color (four color CMYK) of #7bddfe color hex is 0.52, 0.13, 0.00, 0.00. Web safe color of #7bddfe is #66ccff. Color #7bddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 11111110
Octal 173 335 376
Decimal 123 221 254
Hex 7B DD FE

RGB Percentages of Color #7bddfe

%20.57
%36.96
%42.47

CMYK Percentages of Color #7bddfe

%52
%13
%0
%0

Triadic Colors of #7bddfe

#7bddfe #fe7bdd #ddfe7b

Analogous Colors of #7bddfe

#7bddfe #7b9cfe #7bfede

Monochromatic Colors of #7bddfe

#7bddfe

Complementary Color

#7bddfe #fe9c7b

#7bddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bddfe Color CSS Codes

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

#7bddfe Text Font Color

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

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


#7bddfe Background Color

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

This div background color is #7bddfe


#7bddfe Border Color

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

This div border color is #7bddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bddfe


Comments

No comments written yet.

Please login to write comment.