Color Hex Logo

#7dcef0 Color Hex

#7DCEF0
(125,206,240)
0 Favorites   0 Comments

Color spaces of #7dcef0

RGB 125206240
HSL0.550.790.72
HSV198°48°94°
CMYK 0.480.140.00   0.06
XYZ46.256954.793990.5763
Yxy54.79390.24140.2859
Hunter Lab74.0229-17.9955-20.7327
CIE-Lab78.9224-15.8555-24.4375

#7dcef0 color RGB value is (125,206,240).

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

The process color (four color CMYK) of #7dcef0 color hex is 0.48, 0.14, 0.00, 0.06. Web safe color of #7dcef0 is #66ccff. Color #7dcef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001110 11110000
Octal 175 316 360
Decimal 125 206 240
Hex 7D CE F0

RGB Percentages of Color #7dcef0

%21.89
%36.08
%42.03

CMYK Percentages of Color #7dcef0

%48
%14
%0
%6

Triadic Colors of #7dcef0

#7dcef0 #f07dce #cef07d

Analogous Colors of #7dcef0

#7dcef0 #7d95f0 #7df0d9

Monochromatic Colors of #7dcef0

#7dcef0

Complementary Color

#7dcef0 #f09f7d

#7dcef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcef0 Color CSS Codes

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

#7dcef0 Text Font Color

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

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


#7dcef0 Background Color

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

This div background color is #7dcef0


#7dcef0 Border Color

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

This div border color is #7dcef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcef0


Comments

No comments written yet.

Please login to write comment.