Color Hex Logo

#7dcefa Color Hex

#7DCEFA
(125,206,250)
0 Favorites   0 Comments

Color spaces of #7dcefa

RGB 125206250
HSL0.560.930.74
HSV201°50°98°
CMYK 0.500.180.00   0.02
XYZ47.784155.404798.6182
Yxy55.40470.23680.2745
Hunter Lab74.4343-15.6697-26.4494
CIE-Lab79.2738-13.0886-29.2414

#7dcefa color RGB value is (125,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001110 11111010
Octal 175 316 372
Decimal 125 206 250
Hex 7D CE FA

RGB Percentages of Color #7dcefa

%21.51
%35.46
%43.03

CMYK Percentages of Color #7dcefa

%50
%18
%0
%2

Triadic Colors of #7dcefa

#7dcefa #fa7dce #cefa7d

Analogous Colors of #7dcefa

#7dcefa #7d90fa #7dfae8

Monochromatic Colors of #7dcefa

#7dcefa

Complementary Color

#7dcefa #faa97d

#7dcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcefa Color CSS Codes

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

#7dcefa Text Font Color

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

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


#7dcefa Background Color

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

This div background color is #7dcefa


#7dcefa Border Color

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

This div border color is #7dcefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcefa

#7dcefa Color Palettes


Comments

No comments written yet.

Please login to write comment.