Color Hex Logo

#7bcafc Color Hex

#7BCAFC
(123,202,252)
0 Favorites   0 Comments

Color spaces of #7bcafc

RGB 123202252
HSL0.560.960.74
HSV203°51°99°
CMYK 0.510.200.00   0.01
XYZ46.859653.480399.9484
Yxy53.48030.23400.2670
Hunter Lab73.1302-13.6006-29.8416
CIE-Lab78.1577-10.8586-32.0318

#7bcafc color RGB value is (123,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 11111100
Octal 173 312 374
Decimal 123 202 252
Hex 7B CA FC

RGB Percentages of Color #7bcafc

%21.32
%35.01
%43.67

CMYK Percentages of Color #7bcafc

%51
%20
%0
%1

Triadic Colors of #7bcafc

#7bcafc #fc7bca #cafc7b

Analogous Colors of #7bcafc

#7bcafc #7b8afc #7bfcee

Monochromatic Colors of #7bcafc

#7bcafc

Complementary Color

#7bcafc #fcad7b

#7bcafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcafc Color CSS Codes

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

#7bcafc Text Font Color

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

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


#7bcafc Background Color

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

This div background color is #7bcafc


#7bcafc Border Color

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

This div border color is #7bcafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcafc

Related Colors


Comments

No comments written yet.

Please login to write comment.