Color Hex Logo

#cbe445 Color Hex

#CBE445
(203,228,69)
0 Favorites   0 Comments

Color spaces of #cbe445

RGB 20322869
HSL0.190.750.58
HSV69°70°89°
CMYK 0.110.000.70   0.11
XYZ53.446268.613016.0569
Yxy68.61300.38700.4968
Hunter Lab82.8330-29.784446.4899
CIE-Lab86.3121-28.305070.7352

#cbe445 color RGB value is (203,228,69).

#cbe445 hex color red value is 203, green value is 228 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #cbe445 hue: 0.19 , saturation: 0.75 and the lightness value of cbe445 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 01000101
Octal 313 344 105
Decimal 203 228 69
Hex CB E4 45

RGB Percentages of Color #cbe445

%40.60
%45.60
%13.80

CMYK Percentages of Color #cbe445

%11
%0
%70
%11

Triadic Colors of #cbe445

#cbe445 #45cbe4 #e445cb

Analogous Colors of #cbe445

#cbe445 #7ce445 #e4ae45

Monochromatic Colors of #cbe445

#cbe445

Complementary Color

#cbe445 #5e45e4

#cbe445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe445 Color CSS Codes

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

#cbe445 Text Font Color

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

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


#cbe445 Background Color

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

This div background color is #cbe445


#cbe445 Border Color

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

This div border color is #cbe445


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,228,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbe445; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbe445;
  -webkit-box-shadow: 1px 1px 3px 2px #cbe445;
  box-shadow:         1px 1px 3px 2px #cbe445; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,228,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe445


Comments

No comments written yet.

Please login to write comment.