Color Hex Logo

#7bcedd Color Hex

#7BCEDD
(123,206,221)
0 Favorites   0 Comments

Color spaces of #7bcedd

RGB 123206221
HSL0.530.590.67
HSV189°44°87°
CMYK 0.440.070.00   0.13
XYZ43.290853.574076.4658
Yxy53.57400.24980.3091
Hunter Lab73.1943-22.5160-10.7041
CIE-Lab78.2127-21.3889-15.3373

#7bcedd color RGB value is (123,206,221).

#7bcedd hex color red value is 123, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7bcedd hue: 0.53 , saturation: 0.59 and the lightness value of 7bcedd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001110 11011101
Octal 173 316 335
Decimal 123 206 221
Hex 7B CE DD

RGB Percentages of Color #7bcedd

%22.36
%37.45
%40.18

CMYK Percentages of Color #7bcedd

%44
%7
%0
%13

Triadic Colors of #7bcedd

#7bcedd #dd7bce #cedd7b

Analogous Colors of #7bcedd

#7bcedd #7b9ddd #7bddbb

Monochromatic Colors of #7bcedd

#7bcedd

Complementary Color

#7bcedd #dd8a7b

#7bcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcedd Color CSS Codes

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

#7bcedd Text Font Color

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

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


#7bcedd Background Color

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

This div background color is #7bcedd


#7bcedd Border Color

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

This div border color is #7bcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcedd


Comments

No comments written yet.

Please login to write comment.