Color Hex Logo

#67bebf Color Hex

#67BEBF
(103,190,191)
0 Favorites   0 Comments

Color spaces of #67bebf

RGB 103190191
HSL0.500.410.58
HSV181°46°75°
CMYK 0.460.010.00   0.25
XYZ33.410943.472155.9202
Yxy43.47210.25160.3273
Hunter Lab65.9334-24.9308-4.1324
CIE-Lab71.8742-25.8940-8.6572

#67bebf color RGB value is (103,190,191).

#67bebf hex color red value is 103, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #67bebf hue: 0.50 , saturation: 0.41 and the lightness value of 67bebf is 0.58.

The process color (four color CMYK) of #67bebf color hex is 0.46, 0.01, 0.00, 0.25. Web safe color of #67bebf is #66cccc. Color #67bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111110 10111111
Octal 147 276 277
Decimal 103 190 191
Hex 67 BE BF

RGB Percentages of Color #67bebf

%21.28
%39.26
%39.46

CMYK Percentages of Color #67bebf

%46
%1
%0
%25

Triadic Colors of #67bebf

#67bebf #bf67be #bebf67

Analogous Colors of #67bebf

#67bebf #6792bf #67bf94

Monochromatic Colors of #67bebf

#67bebf

Complementary Color

#67bebf #bf6867

#67bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bebf Color CSS Codes

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

#67bebf Text Font Color

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

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


#67bebf Background Color

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

This div background color is #67bebf


#67bebf Border Color

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

This div border color is #67bebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,190,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bebf


Comments

No comments written yet.

Please login to write comment.