Color Hex Logo

#7dcafb Color Hex

#7DCAFB
(125,202,251)
0 Favorites   0 Comments

Color spaces of #7dcafb

RGB 125202251
HSL0.560.940.74
HSV203°50°98°
CMYK 0.500.200.00   0.02
XYZ46.990653.566199.1294
Yxy53.56610.23530.2683
Hunter Lab73.1889-13.4753-29.0721
CIE-Lab78.2080-10.7078-31.4127

#7dcafb color RGB value is (125,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001010 11111011
Octal 175 312 373
Decimal 125 202 251
Hex 7D CA FB

RGB Percentages of Color #7dcafb

%21.63
%34.95
%43.43

CMYK Percentages of Color #7dcafb

%50
%20
%0
%2

Triadic Colors of #7dcafb

#7dcafb #fb7dca #cafb7d

Analogous Colors of #7dcafb

#7dcafb #7d8bfb #7dfbed

Monochromatic Colors of #7dcafb

#7dcafb

Complementary Color

#7dcafb #fbae7d

#7dcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcafb Color CSS Codes

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

#7dcafb Text Font Color

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

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


#7dcafb Background Color

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

This div background color is #7dcafb


#7dcafb Border Color

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

This div border color is #7dcafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,202,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcafb


Comments

No comments written yet.

Please login to write comment.