Color Hex Logo

#7bdbfd Color Hex

#7BDBFD
(123,219,253)
0 Favorites   0 Comments

Color spaces of #7bdbfd

RGB 123219253
HSL0.540.970.74
HSV196°51°99°
CMYK 0.510.130.00   0.01
XYZ51.229561.9658102.1890
Yxy61.96580.23790.2877
Hunter Lab78.7184-21.5903-21.8650
CIE-Lab82.8952-19.3636-25.3054

#7bdbfd color RGB value is (123,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011011 11111101
Octal 173 333 375
Decimal 123 219 253
Hex 7B DB FD

RGB Percentages of Color #7bdbfd

%20.67
%36.81
%42.52

CMYK Percentages of Color #7bdbfd

%51
%13
%0
%1

Triadic Colors of #7bdbfd

#7bdbfd #fd7bdb #dbfd7b

Analogous Colors of #7bdbfd

#7bdbfd #7b9afd #7bfdde

Monochromatic Colors of #7bdbfd

#7bdbfd

Complementary Color

#7bdbfd #fd9d7b

#7bdbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdbfd Color CSS Codes

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

#7bdbfd Text Font Color

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

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


#7bdbfd Background Color

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

This div background color is #7bdbfd


#7bdbfd Border Color

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

This div border color is #7bdbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdbfd


Comments

No comments written yet.

Please login to write comment.