Color Hex Logo

#7dcffb Color Hex

#7DCFFB
(125,207,251)
0 Favorites   0 Comments

Color spaces of #7dcffb

RGB 125207251
HSL0.560.940.74
HSV201°50°98°
CMYK 0.500.180.00   0.02
XYZ48.182955.950799.5268
Yxy55.95070.23660.2747
Hunter Lab74.8002-15.9187-26.5293
CIE-Lab79.5858-13.3303-29.2960

#7dcffb color RGB value is (125,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001111 11111011
Octal 175 317 373
Decimal 125 207 251
Hex 7D CF FB

RGB Percentages of Color #7dcffb

%21.44
%35.51
%43.05

CMYK Percentages of Color #7dcffb

%50
%18
%0
%2

Triadic Colors of #7dcffb

#7dcffb #fb7dcf #cffb7d

Analogous Colors of #7dcffb

#7dcffb #7d90fb #7dfbe8

Monochromatic Colors of #7dcffb

#7dcffb

Complementary Color

#7dcffb #fba97d

#7dcffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcffb Color CSS Codes

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

#7dcffb Text Font Color

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

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


#7dcffb Background Color

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

This div background color is #7dcffb


#7dcffb Border Color

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

This div border color is #7dcffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcffb

#7dcffb Color Palettes


Comments

No comments written yet.

Please login to write comment.