Color Hex Logo

#7bcfec Color Hex

#7BCFEC
(123,207,236)
0 Favorites   0 Comments

Color spaces of #7bcfec

RGB 123207236
HSL0.540.750.70
HSV195°48°93°
CMYK 0.480.120.00   0.07
XYZ45.621554.892787.5477
Yxy54.89270.24260.2919
Hunter Lab74.0896-19.7435-18.1971
CIE-Lab78.9794-17.9103-22.2189

#7bcfec color RGB value is (123,207,236).

#7bcfec hex color red value is 123, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7bcfec hue: 0.54 , saturation: 0.75 and the lightness value of 7bcfec is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001111 11101100
Octal 173 317 354
Decimal 123 207 236
Hex 7B CF EC

RGB Percentages of Color #7bcfec

%21.73
%36.57
%41.70

CMYK Percentages of Color #7bcfec

%48
%12
%0
%7

Triadic Colors of #7bcfec

#7bcfec #ec7bcf #cfec7b

Analogous Colors of #7bcfec

#7bcfec #7b97ec #7becd1

Monochromatic Colors of #7bcfec

#7bcfec

Complementary Color

#7bcfec #ec987b

#7bcfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcfec Color CSS Codes

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

#7bcfec Text Font Color

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

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


#7bcfec Background Color

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

This div background color is #7bcfec


#7bcfec Border Color

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

This div border color is #7bcfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcfec


Comments

No comments written yet.

Please login to write comment.