Color Hex Logo

#7bdadf Color Hex

#7BDADF
(123,218,223)
0 Favorites   0 Comments

Color spaces of #7bdadf

RGB 123218223
HSL0.510.610.68
HSV183°45°87°
CMYK 0.450.020.00   0.13
XYZ46.559159.681578.8778
Yxy59.68150.25150.3224
Hunter Lab77.2538-27.6163-6.4587
CIE-Lab81.6648-26.8214-11.2353

#7bdadf color RGB value is (123,218,223).

#7bdadf hex color red value is 123, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7bdadf hue: 0.51 , saturation: 0.61 and the lightness value of 7bdadf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011010 11011111
Octal 173 332 337
Decimal 123 218 223
Hex 7B DA DF

RGB Percentages of Color #7bdadf

%21.81
%38.65
%39.54

CMYK Percentages of Color #7bdadf

%45
%2
%0
%13

Triadic Colors of #7bdadf

#7bdadf #df7bda #dadf7b

Analogous Colors of #7bdadf

#7bdadf #7ba8df #7bdfb2

Monochromatic Colors of #7bdadf

#7bdadf

Complementary Color

#7bdadf #df807b

#7bdadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdadf Color CSS Codes

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

#7bdadf Text Font Color

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

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


#7bdadf Background Color

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

This div background color is #7bdadf


#7bdadf Border Color

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

This div border color is #7bdadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,218,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdadf


Comments

No comments written yet.

Please login to write comment.