Color Hex Logo

#7bddeb Color Hex

#7BDDEB
(123,221,235)
0 Favorites   0 Comments

Color spaces of #7bddeb

RGB 123221235
HSL0.520.740.70
HSV188°48°92°
CMYK 0.480.060.00   0.08
XYZ49.020261.922087.9658
Yxy61.92200.24640.3113
Hunter Lab78.6905-26.5120-11.1951
CIE-Lab82.8719-25.1987-15.8033

#7bddeb color RGB value is (123,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 11101011
Octal 173 335 353
Decimal 123 221 235
Hex 7B DD EB

RGB Percentages of Color #7bddeb

%21.24
%38.17
%40.59

CMYK Percentages of Color #7bddeb

%48
%6
%0
%8

Triadic Colors of #7bddeb

#7bddeb #eb7bdd #ddeb7b

Analogous Colors of #7bddeb

#7bddeb #7ba5eb #7bebc1

Monochromatic Colors of #7bddeb

#7bddeb

Complementary Color

#7bddeb #eb897b

#7bddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bddeb Color CSS Codes

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

#7bddeb Text Font Color

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

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


#7bddeb Background Color

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

This div background color is #7bddeb


#7bddeb Border Color

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

This div border color is #7bddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bddeb


Comments

No comments written yet.

Please login to write comment.