Color Hex Logo

#7ccefd Color Hex

#7CCEFD
(124,206,253)
0 Favorites   0 Comments

Color spaces of #7ccefd

RGB 124206253
HSL0.560.970.74
HSV202°51°99°
CMYK 0.510.190.00   0.01
XYZ48.113155.5195101.1090
Yxy55.51950.23500.2712
Hunter Lab74.5114-15.1349-28.2962
CIE-Lab79.3396-12.4617-30.7436

#7ccefd color RGB value is (124,206,253).

#7ccefd hex color red value is 124, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7ccefd hue: 0.56 , saturation: 0.97 and the lightness value of 7ccefd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001110 11111101
Octal 174 316 375
Decimal 124 206 253
Hex 7C CE FD

RGB Percentages of Color #7ccefd

%21.27
%35.33
%43.40

CMYK Percentages of Color #7ccefd

%51
%19
%0
%1

Triadic Colors of #7ccefd

#7ccefd #fd7cce #cefd7c

Analogous Colors of #7ccefd

#7ccefd #7c8efd #7cfdec

Monochromatic Colors of #7ccefd

#7ccefd

Complementary Color

#7ccefd #fdab7c

#7ccefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccefd Color CSS Codes

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

#7ccefd Text Font Color

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

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


#7ccefd Background Color

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

This div background color is #7ccefd


#7ccefd Border Color

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

This div border color is #7ccefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,206,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccefd


Comments

No comments written yet.

Please login to write comment.