Color Hex Logo

#7deceb Color Hex

#7DECEB
(125,236,235)
0 Favorites   0 Comments

Color spaces of #7deceb

RGB 125236235
HSL0.500.740.71
HSV179°47°93°
CMYK 0.470.000.00   0.07
XYZ53.448370.349089.3590
Yxy70.34900.25070.3300
Hunter Lab83.8743-33.0322-4.4551
CIE-Lab87.1678-31.9879-9.3750

#7deceb color RGB value is (125,236,235).

#7deceb hex color red value is 125, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7deceb hue: 0.50 , saturation: 0.74 and the lightness value of 7deceb is 0.71.

The process color (four color CMYK) of #7deceb color hex is 0.47, 0.00, 0.00, 0.07. Web safe color of #7deceb is #66ffff. Color #7deceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 11101011
Octal 175 354 353
Decimal 125 236 235
Hex 7D EC EB

RGB Percentages of Color #7deceb

%20.97
%39.60
%39.43

CMYK Percentages of Color #7deceb

%47
%0
%0
%7

Triadic Colors of #7deceb

#7deceb #eb7dec #eceb7d

Analogous Colors of #7deceb

#7deceb #7db6ec #7decb4

Monochromatic Colors of #7deceb

#7deceb

Complementary Color

#7deceb #ec7d7e

#7deceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deceb Color CSS Codes

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

#7deceb Text Font Color

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

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


#7deceb Background Color

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

This div background color is #7deceb


#7deceb Border Color

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

This div border color is #7deceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deceb


Comments

No comments written yet.

Please login to write comment.