Color Hex Logo

#beeaf3 Color Hex

#BEEAF3
(190,234,243)
0 Favorites   0 Comments

Color spaces of #beeaf3

RGB 190234243
HSL0.530.690.85
HSV190°22°95°
CMYK 0.220.040.00   0.05
XYZ66.835776.263995.9918
Yxy76.26390.27950.3190
Hunter Lab87.3292-16.2146-4.0408
CIE-Lab89.9817-12.1933-9.0461

#beeaf3 color RGB value is (190,234,243).

#beeaf3 hex color red value is 190, green value is 234 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #beeaf3 hue: 0.53 , saturation: 0.69 and the lightness value of beeaf3 is 0.85.

The process color (four color CMYK) of #beeaf3 color hex is 0.22, 0.04, 0.00, 0.05. Web safe color of #beeaf3 is #ccffff. Color #beeaf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11110011
Octal 276 352 363
Decimal 190 234 243
Hex BE EA F3

RGB Percentages of Color #beeaf3

%28.49
%35.08
%36.43

CMYK Percentages of Color #beeaf3

%22
%4
%0
%5

Triadic Colors of #beeaf3

#beeaf3 #f3beea #eaf3be

Analogous Colors of #beeaf3

#beeaf3 #bed0f3 #bef3e2

Monochromatic Colors of #beeaf3

#beeaf3

Complementary Color

#beeaf3 #f3c7be

#beeaf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeaf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeaf3 Color CSS Codes

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

#beeaf3 Text Font Color

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

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


#beeaf3 Background Color

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

This div background color is #beeaf3


#beeaf3 Border Color

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

This div border color is #beeaf3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,234,243, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #beeaf3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #beeaf3;
  -webkit-box-shadow: 1px 1px 3px 2px #beeaf3;
  box-shadow:         1px 1px 3px 2px #beeaf3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeaf3

Related Colors


Comments

No comments written yet.

Please login to write comment.