Color Hex Logo

#7bcbfc Color Hex

#7BCBFC
(123,203,252)
0 Favorites   0 Comments

Color spaces of #7bcbfc

RGB 123203252
HSL0.560.960.74
HSV203°51°99°
CMYK 0.510.190.00   0.01
XYZ47.095053.9511100.0269
Yxy53.95110.23420.2683
Hunter Lab73.4514-14.0907-29.3258
CIE-Lab78.4332-11.3858-31.6077

#7bcbfc color RGB value is (123,203,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001011 11111100
Octal 173 313 374
Decimal 123 203 252
Hex 7B CB FC

RGB Percentages of Color #7bcbfc

%21.28
%35.12
%43.60

CMYK Percentages of Color #7bcbfc

%51
%19
%0
%1

Triadic Colors of #7bcbfc

#7bcbfc #fc7bcb #cbfc7b

Analogous Colors of #7bcbfc

#7bcbfc #7b8bfc #7bfced

Monochromatic Colors of #7bcbfc

#7bcbfc

Complementary Color

#7bcbfc #fcac7b

#7bcbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcbfc Color CSS Codes

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

#7bcbfc Text Font Color

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

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


#7bcbfc Background Color

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

This div background color is #7bcbfc


#7bcbfc Border Color

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

This div border color is #7bcbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcbfc


Comments

No comments written yet.

Please login to write comment.