Color Hex Logo

#7dcbea Color Hex

#7DCBEA
(125,203,234)
0 Favorites   0 Comments

Color spaces of #7dcbea

RGB 125203234
HSL0.550.720.70
HSV197°47°92°
CMYK 0.470.130.00   0.08
XYZ44.664753.012485.7202
Yxy53.01240.24350.2891
Hunter Lab72.8096-17.9169-18.8366
CIE-Lab77.8823-15.9376-22.8073

#7dcbea color RGB value is (125,203,234).

#7dcbea hex color red value is 125, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7dcbea hue: 0.55 , saturation: 0.72 and the lightness value of 7dcbea is 0.70.

The process color (four color CMYK) of #7dcbea color hex is 0.47, 0.13, 0.00, 0.08. Web safe color of #7dcbea is #66ccff. Color #7dcbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001011 11101010
Octal 175 313 352
Decimal 125 203 234
Hex 7D CB EA

RGB Percentages of Color #7dcbea

%22.24
%36.12
%41.64

CMYK Percentages of Color #7dcbea

%47
%13
%0
%8

Triadic Colors of #7dcbea

#7dcbea #ea7dcb #cbea7d

Analogous Colors of #7dcbea

#7dcbea #7d95ea #7dead3

Monochromatic Colors of #7dcbea

#7dcbea

Complementary Color

#7dcbea #ea9c7d

#7dcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcbea Color CSS Codes

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

#7dcbea Text Font Color

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

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


#7dcbea Background Color

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

This div background color is #7dcbea


#7dcbea Border Color

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

This div border color is #7dcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcbea


Comments

No comments written yet.

Please login to write comment.