Color Hex Logo

#7cddeb Color Hex

#7CDDEB
(124,221,235)
0 Favorites   0 Comments

Color spaces of #7cddeb

RGB 124221235
HSL0.520.740.70
HSV188°47°92°
CMYK 0.470.060.00   0.08
XYZ49.164061.996187.9725
Yxy61.99610.24690.3113
Hunter Lab78.7376-26.3349-11.1276
CIE-Lab82.9113-24.9769-15.7401

#7cddeb color RGB value is (124,221,235).

#7cddeb hex color red value is 124, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7cddeb hue: 0.52 , saturation: 0.74 and the lightness value of 7cddeb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011101 11101011
Octal 174 335 353
Decimal 124 221 235
Hex 7C DD EB

RGB Percentages of Color #7cddeb

%21.38
%38.10
%40.52

CMYK Percentages of Color #7cddeb

%47
%6
%0
%8

Triadic Colors of #7cddeb

#7cddeb #eb7cdd #ddeb7c

Analogous Colors of #7cddeb

#7cddeb #7ca6eb #7cebc2

Monochromatic Colors of #7cddeb

#7cddeb

Complementary Color

#7cddeb #eb8a7c

#7cddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cddeb Color CSS Codes

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

#7cddeb Text Font Color

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

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


#7cddeb Background Color

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

This div background color is #7cddeb


#7cddeb Border Color

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

This div border color is #7cddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cddeb


Comments

No comments written yet.

Please login to write comment.