Color Hex Logo

#7dcbff Color Hex

#7DCBFF
(125,203,255)
0 Favorites   0 Comments

Color spaces of #7dcbff

RGB 125203255
HSL0.571.000.75
HSV204°51°100°
CMYK 0.510.200.00   0.00
XYZ47.863454.2918102.5644
Yxy54.29180.23380.2652
Hunter Lab73.6830-12.9942-30.9518
CIE-Lab78.6316-10.1006-32.8960

#7dcbff color RGB value is (125,203,255).

#7dcbff hex color red value is 125, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7dcbff hue: 0.57 , saturation: 1.00 and the lightness value of 7dcbff is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001011 11111111
Octal 175 313 377
Decimal 125 203 255
Hex 7D CB FF

RGB Percentages of Color #7dcbff

%21.44
%34.82
%43.74

CMYK Percentages of Color #7dcbff

%51
%20
%0
%0

Triadic Colors of #7dcbff

#7dcbff #ff7dcb #cbff7d

Analogous Colors of #7dcbff

#7dcbff #7d8aff #7dfff2

Monochromatic Colors of #7dcbff

#7dcbff

Complementary Color

#7dcbff #ffb17d

#7dcbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcbff Color CSS Codes

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

#7dcbff Text Font Color

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

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


#7dcbff Background Color

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

This div background color is #7dcbff


#7dcbff Border Color

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

This div border color is #7dcbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcbff


Comments

No comments written yet.

Please login to write comment.