Color Hex Logo

#7dcaff Color Hex

#7DCAFF
(125,202,255)
0 Favorites   0 Comments

Color spaces of #7dcaff

RGB 125202255
HSL0.571.000.75
HSV204°51°100°
CMYK 0.510.210.00   0.00
XYZ47.628053.8210102.4860
Yxy53.82100.23350.2639
Hunter Lab73.3628-12.5006-31.4727
CIE-Lab78.3572-9.5713-33.3190

#7dcaff color RGB value is (125,202,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001010 11111111
Octal 175 312 377
Decimal 125 202 255
Hex 7D CA FF

RGB Percentages of Color #7dcaff

%21.48
%34.71
%43.81

CMYK Percentages of Color #7dcaff

%51
%21
%0
%0

Triadic Colors of #7dcaff

#7dcaff #ff7dca #caff7d

Analogous Colors of #7dcaff

#7dcaff #7d89ff #7dfff3

Monochromatic Colors of #7dcaff

#7dcaff

Complementary Color

#7dcaff #ffb27d

#7dcaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcaff Color CSS Codes

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

#7dcaff Text Font Color

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

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


#7dcaff Background Color

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

This div background color is #7dcaff


#7dcaff Border Color

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

This div border color is #7dcaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcaff

#7dcaff Color Palettes


Comments

No comments written yet.

Please login to write comment.