Color Hex Logo

#7bbdfd Color Hex

#7BBDFD
(123,189,253)
0 Favorites   0 Comments

Color spaces of #7bbdfd

RGB 123189253
HSL0.580.970.74
HSV210°51°99°
CMYK 0.510.250.00   0.01
XYZ44.095647.698099.8111
Yxy47.69800.23010.2489
Hunter Lab69.0637-6.8934-37.3414
CIE-Lab74.6340-3.5945-38.0180

#7bbdfd color RGB value is (123,189,253).

#7bbdfd hex color red value is 123, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7bbdfd hue: 0.58 , saturation: 0.97 and the lightness value of 7bbdfd is 0.74.

The process color (four color CMYK) of #7bbdfd color hex is 0.51, 0.25, 0.00, 0.01. Web safe color of #7bbdfd is #66ccff. Color #7bbdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111101 11111101
Octal 173 275 375
Decimal 123 189 253
Hex 7B BD FD

RGB Percentages of Color #7bbdfd

%21.77
%33.45
%44.78

CMYK Percentages of Color #7bbdfd

%51
%25
%0
%1

Triadic Colors of #7bbdfd

#7bbdfd #fd7bbd #bdfd7b

Analogous Colors of #7bbdfd

#7bbdfd #7b7cfd #7bfdfc

Monochromatic Colors of #7bbdfd

#7bbdfd

Complementary Color

#7bbdfd #fdbb7b

#7bbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbdfd Color CSS Codes

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

#7bbdfd Text Font Color

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

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


#7bbdfd Background Color

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

This div background color is #7bbdfd


#7bbdfd Border Color

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

This div border color is #7bbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbdfd


Comments

No comments written yet.

Please login to write comment.