Color Hex Logo

#7bcdfd Color Hex

#7BCDFD
(123,205,253)
0 Favorites   0 Comments

Color spaces of #7bcdfd

RGB 123205253
HSL0.560.970.74
HSV202°51°99°
CMYK 0.510.190.00   0.01
XYZ47.729354.9654101.0223
Yxy54.96540.23430.2698
Hunter Lab74.1387-14.8272-28.8923
CIE-Lab79.0213-12.1524-31.2365

#7bcdfd color RGB value is (123,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001101 11111101
Octal 173 315 375
Decimal 123 205 253
Hex 7B CD FD

RGB Percentages of Color #7bcdfd

%21.17
%35.28
%43.55

CMYK Percentages of Color #7bcdfd

%51
%19
%0
%1

Triadic Colors of #7bcdfd

#7bcdfd #fd7bcd #cdfd7b

Analogous Colors of #7bcdfd

#7bcdfd #7b8cfd #7bfdec

Monochromatic Colors of #7bcdfd

#7bcdfd

Complementary Color

#7bcdfd #fdab7b

#7bcdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcdfd Color CSS Codes

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

#7bcdfd Text Font Color

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

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


#7bcdfd Background Color

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

This div background color is #7bcdfd


#7bcdfd Border Color

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

This div border color is #7bcdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcdfd


Comments

No comments written yet.

Please login to write comment.