Color Hex Logo

#bee238 Color Hex

#BEE238
(190,226,56)
0 Favorites   0 Comments

Color spaces of #bee238

RGB 19022656
HSL0.200.750.55
HSV73°75°89°
CMYK 0.160.000.75   0.11
XYZ49.145465.625413.8181
Yxy65.62540.38220.5104
Hunter Lab81.0095-33.477446.5933
CIE-Lab84.8050-33.189773.2955

#bee238 color RGB value is (190,226,56).

#bee238 hex color red value is 190, green value is 226 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bee238 hue: 0.20 , saturation: 0.75 and the lightness value of bee238 is 0.55.

The process color (four color CMYK) of #bee238 color hex is 0.16, 0.00, 0.75, 0.11. Web safe color of #bee238 is #cccc33. Color #bee238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 00111000
Octal 276 342 70
Decimal 190 226 56
Hex BE E2 38

RGB Percentages of Color #bee238

%40.25
%47.88
%11.86

CMYK Percentages of Color #bee238

%16
%0
%75
%11

Triadic Colors of #bee238

#bee238 #38bee2 #e238be

Analogous Colors of #bee238

#bee238 #69e238 #e2b138

Monochromatic Colors of #bee238

#bee238

Complementary Color

#bee238 #5c38e2

#bee238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee238 Color CSS Codes

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

#bee238 Text Font Color

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

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


#bee238 Background Color

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

This div background color is #bee238


#bee238 Border Color

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

This div border color is #bee238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee238


Comments

No comments written yet.

Please login to write comment.