Color Hex Logo

#7bcfff Color Hex

#7BCFFF
(123,207,255)
0 Favorites   0 Comments

Color spaces of #7bcfff

RGB 123207255
HSL0.561.000.74
HSV202°52°100°
CMYK 0.520.190.00   0.00
XYZ48.531256.0566102.8699
Yxy56.05660.23390.2702
Hunter Lab74.8710-15.3208-29.0526
CIE-Lab79.6460-12.6317-31.3414

#7bcfff color RGB value is (123,207,255).

#7bcfff hex color red value is 123, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7bcfff hue: 0.56 , saturation: 1.00 and the lightness value of 7bcfff is 0.74.

The process color (four color CMYK) of #7bcfff color hex is 0.52, 0.19, 0.00, 0.00. Web safe color of #7bcfff is #66ccff. Color #7bcfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001111 11111111
Octal 173 317 377
Decimal 123 207 255
Hex 7B CF FF

RGB Percentages of Color #7bcfff

%21.03
%35.38
%43.59

CMYK Percentages of Color #7bcfff

%52
%19
%0
%0

Triadic Colors of #7bcfff

#7bcfff #ff7bcf #cfff7b

Analogous Colors of #7bcfff

#7bcfff #7b8dff #7bffed

Monochromatic Colors of #7bcfff

#7bcfff

Complementary Color

#7bcfff #ffab7b

#7bcfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcfff Color CSS Codes

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

#7bcfff Text Font Color

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

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


#7bcfff Background Color

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

This div background color is #7bcfff


#7bcfff Border Color

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

This div border color is #7bcfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcfff

Related Colors


Comments

No comments written yet.

Please login to write comment.