Color Hex Logo

#38cfef Color Hex

#38CFEF
(56,207,239)
0 Favorites   0 Comments

Color spaces of #38cfef

RGB 56207239
HSL0.530.850.58
HSV190°77°94°
CMYK 0.770.130.00   0.06
XYZ39.523751.698489.5570
Yxy51.69840.21860.2860
Hunter Lab71.9016-27.7079-23.5175
CIE-Lab77.1001-28.0925-26.8711

#38cfef color RGB value is (56,207,239).

#38cfef hex color red value is 56, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #38cfef hue: 0.53 , saturation: 0.85 and the lightness value of 38cfef is 0.58.

The process color (four color CMYK) of #38cfef color hex is 0.77, 0.13, 0.00, 0.06. Web safe color of #38cfef is #33ccff. Color #38cfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001111 11101111
Octal 70 317 357
Decimal 56 207 239
Hex 38 CF EF

RGB Percentages of Color #38cfef

%11.16
%41.24
%47.61

CMYK Percentages of Color #38cfef

%77
%13
%0
%6

Triadic Colors of #38cfef

#38cfef #ef38cf #cfef38

Analogous Colors of #38cfef

#38cfef #3874ef #38efb4

Monochromatic Colors of #38cfef

#38cfef

Complementary Color

#38cfef #ef5838

#38cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cfef Color CSS Codes

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

#38cfef Text Font Color

<p style="color:#38cfef">Text here</p>

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


#38cfef Background Color

<div style="background-color:#38cfef">
Div content here</div>

This div background color is #38cfef


#38cfef Border Color

<div style="border:3px solid #38cfef">
Div here</div>

This div border color is #38cfef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,207,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38cfef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38cfef;
  -webkit-box-shadow: 1px 1px 3px 2px #38cfef;
  box-shadow:         1px 1px 3px 2px #38cfef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cfef


Comments

No comments written yet.

Please login to write comment.