Color Hex Logo

#67cfef Color Hex

#67CFEF
(103,207,239)
0 Favorites   0 Comments

Color spaces of #67cfef

RGB 103207239
HSL0.540.810.67
HSV194°57°94°
CMYK 0.570.130.00   0.06
XYZ43.486353.741289.7425
Yxy53.74120.23260.2874
Hunter Lab73.3084-22.4041-21.2656
CIE-Lab78.3106-21.2327-24.9134

#67cfef color RGB value is (103,207,239).

#67cfef hex color red value is 103, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #67cfef hue: 0.54 , saturation: 0.81 and the lightness value of 67cfef is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001111 11101111
Octal 147 317 357
Decimal 103 207 239
Hex 67 CF EF

RGB Percentages of Color #67cfef

%18.76
%37.70
%43.53

CMYK Percentages of Color #67cfef

%57
%13
%0
%6

Triadic Colors of #67cfef

#67cfef #ef67cf #cfef67

Analogous Colors of #67cfef

#67cfef #678bef #67efcb

Monochromatic Colors of #67cfef

#67cfef

Complementary Color

#67cfef #ef8767

#67cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#67cfef Color CSS Codes

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

#67cfef Text Font Color

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

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


#67cfef Background Color

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

This div background color is #67cfef


#67cfef Border Color

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

This div border color is #67cfef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,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 #67cfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67cfef


Comments

No comments written yet.

Please login to write comment.