Color Hex Logo

#7cbedd Color Hex

#7CBEDD
(124,190,221)
0 Favorites   0 Comments

Color spaces of #7cbedd

RGB 124190221
HSL0.550.590.68
HSV199°44°87°
CMYK 0.440.140.00   0.13
XYZ39.776846.332575.2532
Yxy46.33250.24650.2871
Hunter Lab68.0680-14.8091-17.9010
CIE-Lab73.7608-12.9037-22.0683

#7cbedd color RGB value is (124,190,221).

#7cbedd hex color red value is 124, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7cbedd hue: 0.55 , saturation: 0.59 and the lightness value of 7cbedd is 0.68.

The process color (four color CMYK) of #7cbedd color hex is 0.44, 0.14, 0.00, 0.13. Web safe color of #7cbedd is #66cccc. Color #7cbedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 11011101
Octal 174 276 335
Decimal 124 190 221
Hex 7C BE DD

RGB Percentages of Color #7cbedd

%23.18
%35.51
%41.31

CMYK Percentages of Color #7cbedd

%44
%14
%0
%13

Triadic Colors of #7cbedd

#7cbedd #dd7cbe #bedd7c

Analogous Colors of #7cbedd

#7cbedd #7c8edd #7cddcc

Monochromatic Colors of #7cbedd

#7cbedd

Complementary Color

#7cbedd #dd9b7c

#7cbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbedd Color CSS Codes

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

#7cbedd Text Font Color

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

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


#7cbedd Background Color

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

This div background color is #7cbedd


#7cbedd Border Color

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

This div border color is #7cbedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,190,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbedd


Comments

No comments written yet.

Please login to write comment.