Color Hex Logo

#7bdcfc Color Hex

#7BDCFC
(123,220,252)
0 Favorites   0 Comments

Color spaces of #7bdcfc

RGB 123220252
HSL0.540.960.74
HSV195°51°99°
CMYK 0.510.130.00   0.01
XYZ51.332362.4256101.4393
Yxy62.42560.23850.2901
Hunter Lab79.0099-22.2968-20.8144
CIE-Lab83.1392-20.1433-24.4047

#7bdcfc color RGB value is (123,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011100 11111100
Octal 173 334 374
Decimal 123 220 252
Hex 7B DC FC

RGB Percentages of Color #7bdcfc

%20.67
%36.97
%42.35

CMYK Percentages of Color #7bdcfc

%51
%13
%0
%1

Triadic Colors of #7bdcfc

#7bdcfc #fc7bdc #dcfc7b

Analogous Colors of #7bdcfc

#7bdcfc #7b9cfc #7bfcdc

Monochromatic Colors of #7bdcfc

#7bdcfc

Complementary Color

#7bdcfc #fc9b7b

#7bdcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdcfc Color CSS Codes

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

#7bdcfc Text Font Color

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

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


#7bdcfc Background Color

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

This div background color is #7bdcfc


#7bdcfc Border Color

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

This div border color is #7bdcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.