Color Hex Logo

#06cfed Color Hex

#06CFED
(6,207,237)
0 Favorites   0 Comments

Color spaces of #06cfed

RGB 6207237
HSL0.520.950.48
HSV188°97°93°
CMYK 0.970.130.00   0.07
XYZ37.674050.778887.9364
Yxy50.77880.21360.2879
Hunter Lab71.2592-30.3326-23.2845
CIE-Lab76.5448-31.6140-26.6914

#06cfed color RGB value is (6,207,237).

#06cfed hex color red value is 6, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #06cfed hue: 0.52 , saturation: 0.95 and the lightness value of 06cfed is 0.48.

The process color (four color CMYK) of #06cfed color hex is 0.97, 0.13, 0.00, 0.07. Web safe color of #06cfed is #00ccff. Color #06cfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001111 11101101
Octal 6 317 355
Decimal 6 207 237
Hex 6 CF ED

RGB Percentages of Color #06cfed

%1.33
%46.00
%52.67

CMYK Percentages of Color #06cfed

%97
%13
%0
%7

Triadic Colors of #06cfed

#06cfed #ed06cf #cfed06

Analogous Colors of #06cfed

#06cfed #065ced #06ed98

Monochromatic Colors of #06cfed

#06cfed

Complementary Color

#06cfed #ed2406

#06cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cfed Color CSS Codes

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

#06cfed Text Font Color

<p style="color:#06cfed">Text here</p>

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


#06cfed Background Color

<div style="background-color:#06cfed">
Div content here</div>

This div background color is #06cfed


#06cfed Border Color

<div style="border:3px solid #06cfed">
Div here</div>

This div border color is #06cfed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,207,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06cfed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06cfed;
  -webkit-box-shadow: 1px 1px 3px 2px #06cfed;
  box-shadow:         1px 1px 3px 2px #06cfed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cfed


Comments

No comments written yet.

Please login to write comment.